summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-07-08 17:48:17 -0700
committerGitHub <noreply@github.com>2018-07-08 17:48:17 -0700
commitaa23f5f2cf60fd64a6a63c44ac6de7fdf25f1a9f (patch)
tree52830688b622e8c0a0d7bbb86ac9627327df1b8a
parent7d990ee54de77999e9fa1abf6a2187e34fe0b82a (diff)
parent18ccfff289ca73a784e168d1f522642144d348e7 (diff)
Merge pull request #2355 from mrbobbytables/update-contributor-guide-urls
Update kubernetes.io urls in contributor guide
-rw-r--r--contributors/guide/coding-conventions.md2
-rw-r--r--contributors/guide/issue-triage.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/contributors/guide/coding-conventions.md b/contributors/guide/coding-conventions.md
index 6bd597a2..63cc18ce 100644
--- a/contributors/guide/coding-conventions.md
+++ b/contributors/guide/coding-conventions.md
@@ -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
diff --git a/contributors/guide/issue-triage.md b/contributors/guide/issue-triage.md
index 6230c7f0..6eda563d 100644
--- a/contributors/guide/issue-triage.md
+++ b/contributors/guide/issue-triage.md
@@ -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.