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