fix bad link in kubernetes-api.md

This commit is contained in:
stewart-yu
2018-01-19 15:00:20 +08:00
parent 902179b98f
commit ca5c815dcd
@@ -38,7 +38,7 @@ information, see
Updating the Kubernetes API reference documentation is a two-stage process: Updating the Kubernetes API reference documentation is a two-stage process:
1. Generate an OpenAPI spec from the Kubernetes source code. The tools for 1. Generate an OpenAPI spec from the Kubernetes source code. The tools for
this stage are at [kubernetes/kubernetes/hack](https://github.com/kubernetes/kubernetes/hack). this stage are at [kubernetes/kubernetes/hack](https://github.com/kubernetes/kubernetes/tree/master/hack).
1. Generate an HTML file from the OpenAPI spec. The tools for this stage are at 1. Generate an HTML file from the OpenAPI spec. The tools for this stage are at
[kubernetes-incubator/reference-docs](https://github.com/kubernetes-incubator/reference-docs). [kubernetes-incubator/reference-docs](https://github.com/kubernetes-incubator/reference-docs).