From caf5110df311c7b5a9b81ed4166e2ec0a5f4458b Mon Sep 17 00:00:00 2001 From: Tom Wieczorek Date: Thu, 14 Dec 2023 16:41:45 +0100 Subject: [PATCH] Fix latest -> stable links in Markdown files Still some remnants from the alias rename. Signed-off-by: Tom Wieczorek --- README.md | 12 ++++++------ docs/FAQ.md | 2 +- docs/README.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 55a434b38420..ed2ca456f40b 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,10 @@ k0s fits well in any cloud environment, but can also be used in IoT gateways, Ed If you'd like to try k0s, please jump in to our: -- [Quick Start Guide](https://docs.k0sproject.io/latest/install/) - Create a full Kubernetes cluster with a single node that includes both the controller and the worker. -- [Install using k0sctl](https://docs.k0sproject.io/latest/k0sctl-install/) - Deploy and upgrade multi-node clusters with one command. -- [NanoDemo](https://docs.k0sproject.io/latest/#demo) - Watch a .gif recording on how to create a k0s instance. -- [Run k0s in Docker](https://docs.k0sproject.io/latest/k0s-in-docker/) - Run k0s controllers and workers in containers. +- [Quick Start Guide](https://docs.k0sproject.io/stable/install/) - Create a full Kubernetes cluster with a single node that includes both the controller and the worker. +- [Install using k0sctl](https://docs.k0sproject.io/stable/k0sctl-install/) - Deploy and upgrade multi-node clusters with one command. +- [NanoDemo](https://docs.k0sproject.io/stable/#demo) - Watch a .gif recording on how to create a k0s instance. +- [Run k0s in Docker](https://docs.k0sproject.io/stable/k0s-in-docker/) - Run k0s controllers and workers in containers. - For docs, tutorials, and other k0s resources, see [docs main page](https://docs.k0sproject.io). ## Join the Community @@ -70,8 +70,8 @@ check out the [Contributing Guide] and the [Code of Conduct]. [Lens Forums]: https://forums.k8slens.dev/ [GitHub Issues]: https://github.com/k0sproject/k0s/issues -[Contributing Guide]: https://docs.k0sproject.io/latest/contributors/overview/ -[Code of Conduct]:https://docs.k0sproject.io/latest/contributors/CODE_OF_CONDUCT/ +[Contributing Guide]: https://docs.k0sproject.io/stable/contributors/overview/ +[Code of Conduct]:https://docs.k0sproject.io/stable/contributors/CODE_OF_CONDUCT/ ## Motivation diff --git a/docs/FAQ.md b/docs/FAQ.md index 166c4b695c4b..49d6a9ab19ee 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -12,7 +12,7 @@ The cluster can be started with: k0s controller --single ``` -See also the [Getting Started](https://docs.k0sproject.io/latest/install/) tutorial. +See also the [Getting Started](https://docs.k0sproject.io/stable/install/) tutorial. ## How do I connect to the cluster? diff --git a/docs/README.md b/docs/README.md index 8c5bd45e7ef7..0f218615ed83 100644 --- a/docs/README.md +++ b/docs/README.md @@ -54,8 +54,8 @@ check out the [Contributing Guide] and the [Code of Conduct]. [Lens Forums]: https://forums.k8slens.dev/ [GitHub Issues]: https://github.com/k0sproject/k0s/issues -[Contributing Guide]: https://docs.k0sproject.io/latest/contributors/overview/ -[Code of Conduct]:https://docs.k0sproject.io/latest/contributors/CODE_OF_CONDUCT/ +[Contributing Guide]: https://docs.k0sproject.io/stable/contributors/overview/ +[Code of Conduct]:https://docs.k0sproject.io/stable/contributors/CODE_OF_CONDUCT/ ## Commercial Support