diff options
| author | Bob Killen <rkillen@umich.edu> | 2018-07-08 20:23:54 -0400 |
|---|---|---|
| committer | Bob Killen <rkillen@umich.edu> | 2018-07-08 20:23:54 -0400 |
| commit | 18ccfff289ca73a784e168d1f522642144d348e7 (patch) | |
| tree | 52830688b622e8c0a0d7bbb86ac9627327df1b8a | |
| parent | 7d990ee54de77999e9fa1abf6a2187e34fe0b82a (diff) | |
update kubernetes.io urls
| -rw-r--r-- | contributors/guide/coding-conventions.md | 2 | ||||
| -rw-r--r-- | contributors/guide/issue-triage.md | 4 |
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. |
