diff options
| author | Kubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com> | 2017-10-26 15:23:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-26 15:23:29 -0700 |
| commit | d109fde142d36f1863ab336eef85060a1ee4115b (patch) | |
| tree | d56619171741bd89520c782e1e1592781682c556 | |
| parent | d913b2305706a00a949b1190f0f13a2098b7734a (diff) | |
| parent | a4a91e454f0826ee12f479a018563e222cde440e (diff) | |
Merge pull request #1279 from RochesterinNYC/fix-broken-contributors-readme-links
Automatic merge from submit-queue.
Fix broken links in contributors/devel README
| -rw-r--r-- | contributors/devel/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contributors/devel/README.md b/contributors/devel/README.md index c13036e5..ce8dd7a3 100644 --- a/contributors/devel/README.md +++ b/contributors/devel/README.md @@ -18,8 +18,6 @@ Guide](http://kubernetes.io/docs/admin/). * **Pull Request Process** ([pull-requests.md](pull-requests.md)): When and why pull requests are closed. -* **Kubernetes On-Call Rotations** ([on-call-rotations.md](on-call-rotations.md)): Descriptions of on-call rotations for build and end-user support. - * **Getting Recent Builds** ([getting-builds.md](getting-builds.md)): How to get recent builds including the latest builds that pass CI. * **Automated Tools** ([automation.md](automation.md)): Descriptions of the automation that is running on our github repository. @@ -71,7 +69,7 @@ Guide](http://kubernetes.io/docs/admin/). * **Authentication** ([Authentication](http://kubernetes.io/docs/admin/authentication/)): The current and planned states of authentication tokens. -* **Authorization Plugins** ([Authorization](http://kubernetes.github.io/docs/admin/authorization/)): +* **Authorization Plugins** ([Authorization](http://kubernetes.io/docs/admin/authorization/)): Authorization applies to all HTTP requests on the main apiserver port. This doc explains the available authorization implementations. |
