summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/devel/writing-a-getting-started-guide.md4
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.