From ee4cec95e23f59cd89610723580f025badf97e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20G=C3=B3mez=20Escandell?= Date: Wed, 11 Oct 2023 11:13:45 +0200 Subject: [PATCH] Fix linkcheck --- docs/03-enable-pro.md | 2 +- docs/custom_conf.py | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/03-enable-pro.md b/docs/03-enable-pro.md index 58d7cd535..e4c308195 100644 --- a/docs/03-enable-pro.md +++ b/docs/03-enable-pro.md @@ -1,7 +1,7 @@ # How to enable Ubuntu Pro with UP4W ## Manual pro enablement -1. Go to your [Ubuntu Pro dashboard](https://ubuntu.com/pro/dashboardand) to get your Ubuntu Pro token. +1. Go to your [Ubuntu Pro dashboard](https://ubuntu.com/pro) to get your Ubuntu Pro token. 2. Go to the Windows menu, and search and click Ubuntu Pro For Windows. If it does not show up, your installation of the agent went wrong. 3. Click on "I already have a token". 4. Introduce the token you got from your Pro dashboard, and click "Apply". diff --git a/docs/custom_conf.py b/docs/custom_conf.py index 66ab53e8c..b3628adec 100644 --- a/docs/custom_conf.py +++ b/docs/custom_conf.py @@ -103,7 +103,10 @@ # Links to ignore when checking links linkcheck_ignore = [ - 'http://127.0.0.1:8000' + 'http://127.0.0.1:8000', + + # Linkcheck does not have access to the repo + 'https://github.com/canonical/ubuntu-pro-for-windows/*' ] # Pages on which to ignore anchors