Merge pull request #190 from x1957/patch-1

fix link
This commit is contained in:
Brandon Philips 2016-12-20 11:50:03 -08:00 committed by GitHub
commit e9cc2f36c3
1 changed files with 2 additions and 2 deletions

View File

@ -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