summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Heck <heckj@mac.com>2017-01-08 10:38:47 -0800
committerJoe Heck <heckj@mac.com>2017-01-08 10:38:47 -0800
commitfa8f40adf1cf7775babb5e89e37da456216c45d1 (patch)
tree92e35e7ed36a4d8cfa3cc597875ced78d9eaed91
parent0512891c73633b44d2f28b896f36e9776c74452d (diff)
resolves #235
Update README doc links to new doc location that's migrated from community github repo
-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 8a2b3c5a..ac0c9025 100644
--- a/contributors/devel/README.md
+++ b/contributors/devel/README.md
@@ -49,10 +49,10 @@ Guide](http://kubernetes.io/docs/admin/).
## Developing against the Kubernetes API
-* The [REST API documentation](../api-reference/README.md) explains the REST
+* The [REST API documentation](http://kubernetes.io/docs/reference/) explains the REST
API exposed by apiserver.
-* **Annotations** ([docs/user-guide/annotations.md](../user-guide/annotations.md)): are for attaching arbitrary non-identifying metadata to objects.
+* **Annotations** ([Annotations](http://kubernetes.io/docs/concepts/object-metadata/annotations/)): are for attaching arbitrary non-identifying metadata to objects.
Programs that automate Kubernetes objects may use annotations to store small amounts of their state.
* **API Conventions** ([api-conventions.md](api-conventions.md)):