Skip to content

Commit 3a1c827

Browse files
committed
[ci skip] fix: fix linkcheck again
1 parent b80fedc commit 3a1c827

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,8 @@ def write_new():
483483
r"https://guide.pycord.dev/",
484484
r"https://guide.pycord.dev/.*",
485485
r"https://pycord.dev/",
486-
r"https://pycord.dev/.*"
486+
r"https://pycord.dev/.*",
487+
r"https://packages.debian.org/.*"
487488
]
488489

489490
linkcheck_anchors_ignore_for_url = [

0 commit comments

Comments
 (0)