summaryrefslogtreecommitdiff
path: root/sig-cli
diff options
context:
space:
mode:
authorPhillip Wittrock <pwittroc+github@google.com>2017-02-03 10:26:26 -0800
committerGitHub <noreply@github.com>2017-02-03 10:26:26 -0800
commita9a3996aff21d772ba96d612ea0614ecafd5919c (patch)
tree5d7954072a36002ced72d28739781f6a43c2ba96 /sig-cli
parentda9f6948ccf41ecd7ce9bb4cc9c7fd8bd5668ed3 (diff)
parent158ad3fdaa71eb48da9a0100815bb2395bf88906 (diff)
Merge pull request #330 from pwittrock/contributing
fix broken link on sig-cli page
Diffstat (limited to 'sig-cli')
-rw-r--r--sig-cli/contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/sig-cli/contributing.md b/sig-cli/contributing.md
index d822499f..a7ce03b2 100644
--- a/sig-cli/contributing.md
+++ b/sig-cli/contributing.md
@@ -57,7 +57,7 @@ Completing the following steps will make sure you are ready to immediately
get started once you have been assigned a piece of work. Do these right
away.
-- Setup your development environment so you can build and run Kubernetes. See [this guide for details](contributors/devel/development.md)
+- Setup your development environment so you can build and run Kubernetes. See [this guide for details](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md)
- Starting taking a look at the code:
- `kubernetes/cmd/kubectl`: This is the entry point
- `kubernetes/pkg/kubectl`: This contains the implementation
@@ -235,7 +235,7 @@ Contributors can begin implementing a feature before any of the above
steps have been completed, but should not send a PR until
the design proposal has been approved / merged.
-Go [here](contributors/devel/development.md)
+Go [here](https://github.com/kubernetes/community/blob/master/contributors/devel/development.md)
for instructions on setting up the Kubernetes development environment.
**Note:** All new features must have automated tests in the same PR.