diff options
| author | Phillip Wittrock <pwittroc+github@google.com> | 2017-01-18 16:54:59 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-18 16:54:59 -0800 |
| commit | a1f687c8a5be9d733adb40e20968a1023f6094a5 (patch) | |
| tree | 081f4580ddf07541ae082f4d1b634a71b1626386 | |
| parent | df45527aa3113013bc74842b287f840381155031 (diff) | |
| parent | fa8f40adf1cf7775babb5e89e37da456216c45d1 (diff) | |
Merge pull request #258 from heckj/fix_broken_readme_links
Fix broken developer doc links in README
| -rw-r--r-- | contributors/devel/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/README.md b/contributors/devel/README.md index 41a5613b..a5ef3804 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)): |
