From 49ed829b0a2313fef42bb2b9172d10e9d5b4a691 Mon Sep 17 00:00:00 2001 From: Niamh Hennigan Date: Mon, 25 Nov 2024 11:46:11 -0800 Subject: [PATCH] link fixes (#841) updating broken links --- docs/canonicalk8s/custom_conf.py | 2 +- docs/canonicalk8s/index.md | 4 ++-- docs/src/capi/index.md | 4 ++-- docs/src/charm/index.md | 4 ++-- docs/src/snap/explanation/about.md | 4 ++-- docs/src/snap/howto/install/offline.md | 3 ++- docs/src/snap/index.md | 4 ++-- docs/src/snap/reference/community.md | 4 ++-- 8 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/canonicalk8s/custom_conf.py b/docs/canonicalk8s/custom_conf.py index e2532892b..6c458ce13 100644 --- a/docs/canonicalk8s/custom_conf.py +++ b/docs/canonicalk8s/custom_conf.py @@ -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. diff --git a/docs/canonicalk8s/index.md b/docs/canonicalk8s/index.md index 772823ec7..c2b6c7eae 100644 --- a/docs/canonicalk8s/index.md +++ b/docs/canonicalk8s/index.md @@ -76,7 +76,7 @@ and constructive feedback. - Our [Code of Conduct] - Our [community] - How to [contribute] -- Our development [roadmap] +- Our [release notes][releases] @@ -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 diff --git a/docs/src/capi/index.md b/docs/src/capi/index.md index 87b56a3ab..d78fff3dc 100644 --- a/docs/src/capi/index.md +++ b/docs/src/capi/index.md @@ -62,7 +62,7 @@ and constructive feedback. - Our [Code of Conduct] - Our [community] - How to [contribute] -- Our development [roadmap] +- Our [release notes][releases] @@ -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 diff --git a/docs/src/charm/index.md b/docs/src/charm/index.md index 83f34fe72..a12d87f81 100644 --- a/docs/src/charm/index.md +++ b/docs/src/charm/index.md @@ -72,7 +72,7 @@ and constructive feedback. - Our [Code of Conduct] - Our [community] - How to [contribute] -- Our development [roadmap] +- Our [release notes][releases] @@ -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 diff --git a/docs/src/snap/explanation/about.md b/docs/src/snap/explanation/about.md index 63ec37350..b85738a7e 100644 --- a/docs/src/snap/explanation/about.md +++ b/docs/src/snap/explanation/about.md @@ -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 diff --git a/docs/src/snap/howto/install/offline.md b/docs/src/snap/howto/install/offline.md index 3c00b3f5c..16b24e0e7 100644 --- a/docs/src/snap/howto/install/offline.md +++ b/docs/src/snap/howto/install/offline.md @@ -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 diff --git a/docs/src/snap/index.md b/docs/src/snap/index.md index d4b1e4f92..ab62d9133 100644 --- a/docs/src/snap/index.md +++ b/docs/src/snap/index.md @@ -71,7 +71,7 @@ and constructive feedback. - Our [Code of Conduct] - Our [community] - How to [contribute] -- Our development [roadmap] +- Our [release notes][releases] @@ -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 diff --git a/docs/src/snap/reference/community.md b/docs/src/snap/reference/community.md index 182ee8688..3b46885f9 100644 --- a/docs/src/snap/reference/community.md +++ b/docs/src/snap/reference/community.md @@ -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