Merge pull request #2697 from xichengliudui/fix180921

Fix wrong link
This commit is contained in:
k8s-ci-robot 2018-09-23 14:52:29 -07:00 committed by GitHub
commit 22653fb097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ A guide refers to scripts, Configuration Management files, and/or binary assets
the combination of all these things needed to run on a particular type of infrastructure a the combination of all these things needed to run on a particular type of infrastructure a
**distro**. **distro**.
[The Matrix](../../docs/getting-started-guides/README.md) lists the distros. If there is already a guide [The Matrix](https://kubernetes.io/docs/setup/pick-right-solution/#table-of-solutions) lists the distros. If there is already a guide
which is similar to the one you have planned, consider improving that one. which is similar to the one you have planned, consider improving that one.
@ -32,7 +32,7 @@ These guidelines say *what* to do. See the Rationale section for *why*.
search for uses of flags by guides. search for uses of flags by guides.
- We may ask that you host binary assets or large amounts of code in our `contrib` directory or on your - We may ask that you host binary assets or large amounts of code in our `contrib` directory or on your
own repo. own repo.
- Add or update a row in [The Matrix](../../docs/getting-started-guides/README.md). - Add or update a row in [The Matrix](https://kubernetes.io/docs/setup/pick-right-solution/#table-of-solutions).
- State the binary version of Kubernetes that you tested clearly in your Guide doc. - State the binary version of Kubernetes that you tested clearly in your Guide doc.
- Setup a cluster and run the [conformance tests](e2e-tests.md#conformance-tests) against it, and report the - Setup a cluster and run the [conformance tests](e2e-tests.md#conformance-tests) against it, and report the
results in your PR. results in your PR.