diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 511fbfe9f815..a1e20e622fff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -296,7 +296,5 @@ jobs: woke-args: "*.md **/*.md -c https://github.com/canonical-web-and-design/Inclusive-naming/raw/main/config.yml" - name: Run link checker - # This can fail intermittently due to external resources being unavailable. - continue-on-error: true run: | make doc-linkcheck diff --git a/doc/conf.py b/doc/conf.py index b08751687946..c57fa77187c6 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -156,7 +156,7 @@ linkcheck_ignore = [ 'https://127.0.0.1:8443/1.0', - 'https://web.libera.chat/#lxc' + 'https://web.libera.chat/#lxd' ] # Setup redirects (https://documatt.gitlab.io/sphinx-reredirects/usage.html) diff --git a/doc/installing.md b/doc/installing.md index 566903f6a7cb..68ce4e9b87c6 100644 --- a/doc/installing.md +++ b/doc/installing.md @@ -42,7 +42,7 @@ LXD publishes and tests [snap packages](https://snapcraft.io/lxd) that work for Complete the following steps to install the snap: -1. Check the [provided distributions](https://jenkins.linuxcontainers.org/job/lxd-test-snap-latest-stable/) to see if a snap is available for your Linux distribution. +1. Check the [LXD snap page on Snapcraft](https://snapcraft.io/lxd) to see if a snap is available for your Linux distribution. If it is not, use one of the {ref}`installing-other`. 1. Install `snapd`.