Skip to content

Commit

Permalink
Fix linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Oct 11, 2023
1 parent 6f45600 commit ee4cec9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/03-enable-pro.md
Original file line number Diff line number Diff line change
@@ -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".
Expand Down
5 changes: 4 additions & 1 deletion docs/custom_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee4cec9

Please sign in to comment.