From a5c31cc12ccc83d6fcb50603be6ffa6a6e46801d Mon Sep 17 00:00:00 2001 From: Keirthana Date: Wed, 8 Jan 2025 12:28:02 +0530 Subject: [PATCH] Enable link check and fix outdated links --- Makefile | 3 +-- custom_conf.py | 3 ++- explanation/production-planning.md | 2 +- howto/upgrade/upgrade-anbox.md | 2 +- reference/release-notes/release-notes.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index d290f854..435e44bc 100644 --- a/Makefile +++ b/Makefile @@ -94,8 +94,7 @@ spelling: html . $(VENV) ; python3 -m pyspelling -c $(SPHINXDIR)/spellingcheck.yaml -j $(shell nproc) linkcheck: install - echo "Link check is disabled temporarily" -# . $(VENV) ; $(SPHINXBUILD) -b linkcheck "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) + . $(VENV) ; $(SPHINXBUILD) -b linkcheck "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) woke: woke-install woke *.rst **/*.rst --exit-1-on-failure \ diff --git a/custom_conf.py b/custom_conf.py index 5ec9d6f3..7694f149 100644 --- a/custom_conf.py +++ b/custom_conf.py @@ -139,7 +139,8 @@ linkcheck_ignore = [ 'http://127.0.0.1:8000', 'https://support.canonical.com/', - 'https://assets.ubuntu.com/manager' + 'https://assets.ubuntu.com/manager', + 'https://images.anbox-cloud.io/stable/' ] # This setting will check the links but not the anchors diff --git a/explanation/production-planning.md b/explanation/production-planning.md index fa5244bb..0a7d45e6 100644 --- a/explanation/production-planning.md +++ b/explanation/production-planning.md @@ -93,4 +93,4 @@ You need the Ubuntu Pro subscription to use Anbox Cloud. Depending on the type o When you consider a production deployment, it is important to assess your upgrade roadmap. For more information about upgrading Anbox Cloud and the prerequisites required for the upgrade process, see {ref}`howto-upgrade-anbox-cloud`. -You can also choose to subscribe to the [announcements about Anbox Cloud releases](https://discourse.ubuntu.com/c/anbox-cloud/announcements/55) on discourse. For insights into the Anbox Cloud release roadmap, see {ref}`ref-release-notes`. +You can also choose to subscribe to the [Anbox Cloud category](https://discourse.ubuntu.com/c/anbox-cloud/49) on discourse. For insights into the Anbox Cloud release roadmap, see {ref}`ref-release-notes`. diff --git a/howto/upgrade/upgrade-anbox.md b/howto/upgrade/upgrade-anbox.md index e9aec9e3..f78690c4 100644 --- a/howto/upgrade/upgrade-anbox.md +++ b/howto/upgrade/upgrade-anbox.md @@ -2,7 +2,7 @@ # How to upgrade the charmed deployment ```{note} -If you're interested in getting notified for the latest Anbox Cloud releases, make sure you subscribe to notifications on the [announcements category](https://discourse.ubuntu.com/c/anbox-cloud/announcements/55) on the Anbox Cloud discourse. +If you're interested in getting notified for the latest Anbox Cloud releases, make sure you subscribe to the [Anbox Cloud category](https://discourse.ubuntu.com/c/anbox-cloud/49) on the Ubuntu discourse. ``` Anbox Cloud allows upgrades from older versions to newer version. This describes the steps necessary to perform the upgrade. diff --git a/reference/release-notes/release-notes.md b/reference/release-notes/release-notes.md index 1cca214f..9a798e24 100644 --- a/reference/release-notes/release-notes.md +++ b/reference/release-notes/release-notes.md @@ -1,7 +1,7 @@ (ref-release-notes)= # Release notes -This page outlines the release notes of all versions of Anbox Cloud. If you're interested in getting notified for the latest Anbox Cloud releases, make sure you subscribe to notifications on the [announcements category](https://discourse.ubuntu.com/c/anbox-cloud/announcements/55) on the Anbox Cloud discourse. +This page outlines the release notes of all versions of Anbox Cloud. If you're interested in getting notified for the latest Anbox Cloud releases, subscribe to the [Anbox Cloud category](https://discourse.ubuntu.com/c/anbox-cloud/49) on the Ubuntu discourse. For instructions on how to update your Anbox Cloud deployment to later versions, see {ref}`howto-upgrade-anbox-cloud` or {ref}`howto-upgrade-appliance`.