Skip to content

Commit e5d9a88

Browse files
authored
fix link checker (#330)
Removed cernvm.cern.ch from being checked
1 parent 6b6b5e5 commit e5d9a88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
r'https://opensource.org.*', # 403 error - rejects the bot
3333
r'https://xrootd.slac.stanford.edu/doc/.*', # redirect error - rejects the bot with SSL failure
3434
r'https://sourceforge.net/.*', # 403 error - rejects the bot
35+
r'https://cernvm.cern.ch/.*', # certificate error
3536
]
3637

3738
# Add a footer pointing to the Run 3 Starterkit

0 commit comments

Comments
 (0)