Skip to content

Commit

Permalink
Fix latest -> stable links in Markdown files
Browse files Browse the repository at this point in the history
Still some remnants from the alias rename.

Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Dec 14, 2023
1 parent 6ced504 commit caf5110
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit caf5110

Please sign in to comment.