Fix reference to Python client library (#7504) (#7505)

* Fix reference to Python client library (#7504)

* fixup! Fix reference to Python client library (#7504)
This commit is contained in:
Markus Banfi
2018-02-25 17:14:43 +01:00
committed by k8s-ci-robot
parent 0c0e2c636d
commit 01098a1d42
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ To call the Kubernetes API from a programming language, you can use
client libraries:
- [Kubernetes Go client library](https://github.com/kubernetes/client-go/)
- [Kubernetes Python client library](https://github.com/kubernetes-incubator/client-python)
- [Kubernetes Python client library](https://github.com/kubernetes-client/python)
## CLI Reference