summaryrefslogtreecommitdiff
path: root/contributors/guide/github-workflow.md
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-01-24 13:08:31 -0800
committerGitHub <noreply@github.com>2018-01-24 13:08:31 -0800
commite038c259b12e4cf6615ed57a2816d6da402a0d89 (patch)
treeca00eb9f186dccc6bd7fb2535624b75c016e7608 /contributors/guide/github-workflow.md
parent41ee3d5644dbdeef0865aca86c45eafeb9011616 (diff)
parent8a6ff192957c32e3662e1f6f36dac80de3f76f43 (diff)
Merge pull request #1670 from g-harel/typos
fixed typo and missing link
Diffstat (limited to 'contributors/guide/github-workflow.md')
-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