From 8a6ff192957c32e3662e1f6f36dac80de3f76f43 Mon Sep 17 00:00:00 2001 From: g-harel Date: Wed, 24 Jan 2018 15:18:56 -0500 Subject: added missing link in github-workflow --- contributors/guide/github-workflow.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contributors/guide/github-workflow.md') diff --git a/contributors/guide/github-workflow.md b/contributors/guide/github-workflow.md index f3b77090..c96e4e7d 100644 --- a/contributors/guide/github-workflow.md +++ b/contributors/guide/github-workflow.md @@ -12,6 +12,8 @@ Per Go's [workspace instructions][go-workspace], place Kubernetes' code on your `GOPATH` using the following cloning procedure. +[go-workspace]: https://golang.org/doc/code.html#Workspaces + Define a local working directory: ```sh -- cgit v1.2.3