summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorg-harel <gabrielj.harel@gmail.com>2018-01-24 15:18:56 -0500
committerg-harel <gabrielj.harel@gmail.com>2018-01-24 15:18:56 -0500
commit8a6ff192957c32e3662e1f6f36dac80de3f76f43 (patch)
treef5261e17a9d117e9848d2773e5b9a11fcda871d2 /contributors
parent200ba0be12c1e5c7bd832c0241799d7d6b338f4a (diff)
added missing link in github-workflow
Diffstat (limited to 'contributors')
-rw-r--r--contributors/guide/github-workflow.md2
1 files changed, 2 insertions, 0 deletions
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