Merge pull request #7023 from stewart-yu/fixwebsite1

update kubernetes-api.md
This commit is contained in:
Qiming
2018-01-19 21:14:01 +08:00
committed by GitHub
@@ -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).