Skip to content

Commit 2b0ec89

Browse files
committed
add all URLs starting with 'https://ubuntu.com' to linkcheck_ignore to sidestep docs check
1 parent bee9c98 commit 2b0ec89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@
196196
"http://127.0.0.1:8000",
197197
"https://matrix.to/#/#documentation:ubuntu.com",
198198
r"https://github\.com/canonical/open-documentation-academy/commits\?author=.*",
199-
"https://ubuntu.com/core",
200-
"https://ubuntu.com/support/community-support",
199+
r"https://ubuntu.com/*",
201200
]
202201

203202

0 commit comments

Comments
 (0)