diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-07-08 17:48:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-08 17:48:17 -0700 |
| commit | aa23f5f2cf60fd64a6a63c44ac6de7fdf25f1a9f (patch) | |
| tree | 52830688b622e8c0a0d7bbb86ac9627327df1b8a /contributors/guide/coding-conventions.md | |
| parent | 7d990ee54de77999e9fa1abf6a2187e34fe0b82a (diff) | |
| parent | 18ccfff289ca73a784e168d1f522642144d348e7 (diff) | |
Merge pull request #2355 from mrbobbytables/update-contributor-guide-urls
Update kubernetes.io urls in contributor guide
Diffstat (limited to 'contributors/guide/coding-conventions.md')
| -rw-r--r-- | contributors/guide/coding-conventions.md | 2 |
1 files changed, 1 insertions, 1 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 |
