Skip to content

Commit 6747223

Browse files
committed
Fix linkcheck
1 parent 3adad03 commit 6747223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
r"https://github.com.+?#.*",
5757
r"https://hackmd\.io/[^?]+\?[^#]+#.+",
5858
# Google Meet gives 404
59-
r"https://meet.google.com/.*"
59+
r"https://meet.google.com/.*",
6060
# RTD preview builds:
6161
r"https://[a-zA-Z0-9.-]+\.org\.readthedocs\.build/[a-zA-Z0-9.-]+/[a-zA-Z0-9.-]+/",
6262
# Deleted pages:

0 commit comments

Comments
 (0)