diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-09-23 14:52:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-23 14:52:29 -0700 |
| commit | 22653fb097f0e8725639f96bbae2a367e851ad6d (patch) | |
| tree | a328daaa7add735404ed7d3675022c0170ceade0 | |
| parent | 8080061fb6377a20e44d6890352f6ea27796cf10 (diff) | |
| parent | 5476795218694190c177fcf74dd7e84503921a3b (diff) | |
Merge pull request #2697 from xichengliudui/fix180921
Fix wrong link
| -rw-r--r-- | contributors/devel/writing-a-getting-started-guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/writing-a-getting-started-guide.md b/contributors/devel/writing-a-getting-started-guide.md index a879e27d..0012da98 100644 --- a/contributors/devel/writing-a-getting-started-guide.md +++ b/contributors/devel/writing-a-getting-started-guide.md @@ -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 **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. @@ -32,7 +32,7 @@ These guidelines say *what* to do. See the Rationale section for *why*. 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 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. - Setup a cluster and run the [conformance tests](e2e-tests.md#conformance-tests) against it, and report the results in your PR. |
