[mod] Client library link is dead (#8734)

NG: https://kubernetes.io/docs/reference/client-libraries/
OK: https://kubernetes.io/docs/reference/using-api/client-libraries/

For example, this page contain dead link.
https://kubernetes.io/docs/reference/

Old page is this, so its change is correct.
https://v1-9.docs.kubernetes.io/docs/reference/client-libraries/

Note:
China page don't have this link.
This commit is contained in:
Masaya Aoyama (@amsy810)
2018-06-02 04:58:57 +09:00
committed by k8s-ci-robot
parent 88a6607e39
commit 127b52afaf
8 changed files with 10 additions and 10 deletions
@@ -23,7 +23,7 @@ Most operations can be performed through the
command-line tools, such as [kubeadm](/docs/reference/setup-tools/kubeadm/kubeadm/), which in turn use
the API. However, you can also access the API directly using REST calls.
Consider using one of the [client libraries](/docs/reference/client-libraries/)
Consider using one of the [client libraries](/docs/reference/using-api/client-libraries/)
if you are writing an application using the Kubernetes API.
## API versioning