summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.org>2016-12-20 11:50:03 -0800
committerGitHub <noreply@github.com>2016-12-20 11:50:03 -0800
commite9cc2f36c380c4431c559d8129f08be175fccfdb (patch)
treecb2a4eed6b30a5f264063aa68340efa875fb7cd2
parentd1f104888988e9325223843518b8bd32846ecd46 (diff)
parent1908127e4f5e441c6303d0cdb8eeef3e5fad5a89 (diff)
Merge pull request #190 from x1957/patch-1
fix link
-rw-r--r--contributors/devel/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/README.md b/contributors/devel/README.md
index cf29f3b4..8a2b3c5a 100644
--- a/contributors/devel/README.md
+++ b/contributors/devel/README.md
@@ -2,8 +2,8 @@
The developer guide is for anyone wanting to either write code which directly accesses the
Kubernetes API, or to contribute directly to the Kubernetes project.
-It assumes some familiarity with concepts in the [User Guide](../user-guide/README.md) and the [Cluster Admin
-Guide](../admin/README.md).
+It assumes some familiarity with concepts in the [User Guide](http://kubernetes.io/docs/user-guide/) and the [Cluster Admin
+Guide](http://kubernetes.io/docs/admin/).
## The process of developing and contributing code to the Kubernetes project