diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-03-08 03:39:27 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-08 03:39:27 -0800 |
| commit | 9238a7df81033ef2a6e5a2a2e7f42f7837475b85 (patch) | |
| tree | 88e43b9670568bcff48fca4e65dd69dc58459feb | |
| parent | 3c5bc7fba273aa0d0412341cbd232f69db8c5828 (diff) | |
| parent | fac1551bbd5df07f0910e452ebbc574f19529175 (diff) | |
Merge pull request #3378 from koudaiii/patch-1
Fix link in README.md
| -rw-r--r-- | contributors/devel/README.md | 4 |
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. |
