diff options
| author | sarahnovotny <sarah.novotny@gmail.com> | 2017-04-28 11:33:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-28 11:33:36 -0700 |
| commit | d98b30a128a4c9d76ef5b3e89426334ff1052145 (patch) | |
| tree | efecb6638f92d1d84cddc73bc74c9517a6a63bb4 | |
| parent | 9e44ca83f7a84002966414e6bb7e6a1538c73283 (diff) | |
| parent | 69863b0f5fe99dc4af8673bab58083ca094fa7e4 (diff) | |
Merge pull request #582 from zhangxiaoyu-zidif/patch-2
update links for README.md
| -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 a5ef3804..1cf5d679 100644 --- a/contributors/devel/README.md +++ b/contributors/devel/README.md @@ -52,7 +52,7 @@ Guide](http://kubernetes.io/docs/admin/). * The [REST API documentation](http://kubernetes.io/docs/reference/) explains the REST API exposed by apiserver. -* **Annotations** ([Annotations](http://kubernetes.io/docs/concepts/object-metadata/annotations/)): are for attaching arbitrary non-identifying metadata to objects. +* **Annotations** ([Annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/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)): @@ -71,7 +71,7 @@ Guide](http://kubernetes.io/docs/admin/). Authorization applies to all HTTP requests on the main apiserver port. This doc explains the available authorization implementations. -* **Admission Control Plugins** ([admission_control](https://github.com/kubernetes/kubernetes/blob/master/docs/design/admission_control.md)) +* **Admission Control Plugins** ([admission_control](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/admission_control.md)) ## Building releases |
