Merge pull request #2355 from mrbobbytables/update-contributor-guide-urls

Update kubernetes.io urls in contributor guide
This commit is contained in:
k8s-ci-robot 2018-07-08 17:48:17 -07:00 committed by GitHub
commit aa23f5f2cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ subdirectories).
/docs/user-guide or /docs/admin, depending on whether it is a feature primarily
intended for users that deploy applications or cluster administrators,
respectively. Actual application examples belong in /examples.
- Examples should also illustrate [best practices for configuration and using the system](https://kubernetes.io/docs/user-guide/config-best-practices/)
- Examples should also illustrate [best practices for configuration and using the system](https://kubernetes.io/docs/concepts/configuration/overview/)
- Third-party code

View File

@ -51,7 +51,7 @@ issue to yourself and then `/close`.
Support requests should be directed to the following:
* [User documentation](https://kubernetes.io/docs/) and
* [User documentation](https://kubernetes.io/docs/home/) and
[troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
* [Stack Overflow](http://stackoverflow.com/questions/tagged/kubernetes) and
@ -85,7 +85,7 @@ Members of the Kubernetes community use Stack Overflow to field support
requests. Before posting a new question, please search Stack Overflow for answers
to similar questions, and also familiarize yourself with:
* [user documentation](http://kubernetes.io/docs/)
* [user documentation](https://kubernetes.io/docs/home/)
* [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
Again, thanks for using Kubernetes.