Skip to content

Commit bee9c98

Browse files
committed
add 'https://ubuntu.com/support/community-support' to linkcheck_ignore to sidestep docs check
1 parent 0161531 commit bee9c98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@
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-
r"https://ubuntu.com/core*"
199+
"https://ubuntu.com/core",
200+
"https://ubuntu.com/support/community-support",
200201
]
201202

202203

0 commit comments

Comments
 (0)