Skip to content

Commit

Permalink
Merge pull request #258 from keirthana/enable-link-check
Browse files Browse the repository at this point in the history
Enable link check and fix outdated links
  • Loading branch information
keirthana authored Jan 13, 2025
2 parents 3b2f3da + a5c31cc commit 7bf6b81
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
3 changes: 2 additions & 1 deletion custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion explanation/production-planning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion howto/upgrade/upgrade-anbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion reference/release-notes/release-notes.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down

0 comments on commit 7bf6b81

Please sign in to comment.