summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKodai Sakabe <cs006061@gmail.com>2019-03-08 19:44:27 +0900
committerGitHub <noreply@github.com>2019-03-08 19:44:27 +0900
commitfac1551bbd5df07f0910e452ebbc574f19529175 (patch)
tree189e1e0e0a8ecdce245ee52b2883ebd53a0db01c
parentd91a9912d5712fb82293da49f9a0a53a8b4134fb (diff)
Fix link in README.md
-rw-r--r--contributors/devel/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/README.md b/contributors/devel/README.md
index 31c0bcac..3b81ef4e 100644
--- a/contributors/devel/README.md
+++ b/contributors/devel/README.md
@@ -43,7 +43,7 @@ Guide](http://kubernetes.io/docs/admin/).
* **Coding Conventions** ([coding-conventions.md](../guide/coding-conventions.md)):
Coding style advice for contributors.
-* **Document Conventions** ([how-to-doc.md](how-to-doc.md))
+* **Document Conventions** ([The Kubernetes documentation](https://github.com/kubernetes/website))
Document style advice for contributors.
* **Running a cluster locally** ([running-locally.md](running-locally.md)):
@@ -60,7 +60,7 @@ Guide](http://kubernetes.io/docs/admin/).
* **API Conventions** ([api-conventions.md](api-conventions.md)):
Defining the verbs and resources used in the Kubernetes API.
-* **API Client Libraries** ([client-libraries.md](client-libraries.md)):
+* **API Client Libraries** ([Client Libraries](https://kubernetes.io/docs/reference/using-api/client-libraries/)):
A list of existing client libraries, both supported and user-contributed.