Skip to content

Commit

Permalink
link fixes (#841)
Browse files Browse the repository at this point in the history
updating broken links
  • Loading branch information
nhennigan authored Nov 25, 2024
1 parent e583905 commit 49ed829
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/canonicalk8s/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

# Change to the folder that contains the documentation
# (usually "/" or "/docs/")
'github_folder': '/docs/src/',
'github_folder': '/docs/',

# Change to an empty value if your GitHub repo doesn't have issues enabled.
# This will disable the feedback button and the issue link in the footer.
Expand Down
4 changes: 2 additions & 2 deletions docs/canonicalk8s/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ and constructive feedback.
- Our [Code of Conduct]
- Our [community]
- How to [contribute]
- Our development [roadmap]
- Our [release notes][releases]

<!-- IMAGES -->

Expand All @@ -87,6 +87,6 @@ and constructive feedback.
[Code of Conduct]: https://ubuntu.com/community/ethos/code-of-conduct
[community]: src/snap/reference/community
[contribute]: src/snap/howto/contribute
[roadmap]: src/snap/reference/roadmap
[releases]: src/snap/reference/releases
[overview page]: about
[architecture documentation]: src/snap/reference/architecture
4 changes: 2 additions & 2 deletions docs/src/capi/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ and constructive feedback.
- Our [Code of Conduct]
- Our [community]
- How to [contribute]
- Our development [roadmap]
- Our [release notes][releases]

<!-- IMAGES -->

Expand All @@ -73,7 +73,7 @@ and constructive feedback.
[Code of Conduct]: https://ubuntu.com/community/ethos/code-of-conduct
[community]: ../charm/reference/community
[contribute]: ../snap/howto/contribute
[roadmap]: ../snap/reference/roadmap
[releases]: ../snap/reference/releases
[overview page]: ../charm/explanation/about
[arch]: ../charm/reference/architecture
[Juju]: https://juju.is
Expand Down
4 changes: 2 additions & 2 deletions docs/src/charm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ and constructive feedback.
- Our [Code of Conduct]
- Our [community]
- How to [contribute]
- Our development [roadmap]
- Our [release notes][releases]

<!-- IMAGES -->

Expand All @@ -83,7 +83,7 @@ and constructive feedback.
[Code of Conduct]: https://ubuntu.com/community/ethos/code-of-conduct
[community]: reference/community
[contribute]: ../snap/howto/contribute
[roadmap]: ../snap/reference/roadmap
[releases]: ../snap/reference/releases
[overview page]: explanation/about
[arch]: reference/architecture
[Juju]: https://juju.is
Expand Down
4 changes: 2 additions & 2 deletions docs/src/snap/explanation/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ visit the [Ubuntu support] page.

[Kubernetes]: https://kubernetes.io
[snap]: https://snapcraft.io/docs
[tutorial]: ../tutorial/getting-started
[tutorial]: /src/snap/tutorial/getting-started.md
[Juju]: https://juju.is
[charm]: https://charmhub.io/k8s
[snapd documentation]: https://snapcraft.io/docs/installing-snapd
[Community page]: ../reference/community
[Community page]: community.md
[Ubuntu Pro]: https://ubuntu.com/pro
[Ubuntu support]: https://ubuntu.com/support
3 changes: 2 additions & 1 deletion docs/src/snap/howto/install/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,8 @@ This requires three steps:
push to your registry mirror.
3. Configure the {{product}} container runtime (`containerd`) to load
images from the private registry mirror instead of the upstream source. This
will be described in the [Configure registry mirrors](#private-registry)
will be described in the
[Configure registry mirrors](#container-runtime-option-b-configure-registry-mirrors)
section.

To load images into the private registry, a machine is needed with access to
Expand Down
4 changes: 2 additions & 2 deletions docs/src/snap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ and constructive feedback.
- Our [Code of Conduct]
- Our [community]
- How to [contribute]
- Our development [roadmap]
- Our [release notes][releases]

<!-- IMAGES -->

Expand All @@ -82,7 +82,7 @@ and constructive feedback.
[Code of Conduct]: https://ubuntu.com/community/ethos/code-of-conduct
[community]: ./reference/community
[contribute]: ./howto/contribute
[roadmap]: ./reference/roadmap
[releases]: ./reference/releases
[overview page]: ./explanation/about
[architecture documentation]: ./reference/architecture
[Juju charm]: ../charm/index
4 changes: 2 additions & 2 deletions docs/src/snap/reference/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ the guidelines for participation.
[matrix]: https://matrix.to/#/#k8s:ubuntu.com
[Discourse]: https://discourse.ubuntu.com/c/kubernetes/180
[bugs]: https://github.com/canonical/k8s-snap/issues
[Contributing guide]: ../howto/contribute
[Developer guide]: ../howto/contribute
[Contributing guide]: /src/snap/howto/contribute.md
[Developer guide]: /src/snap/howto/contribute.md
[support]: https://ubuntu.com/support

0 comments on commit 49ed829

Please sign in to comment.