We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710b7f4 commit 348b6bcCopy full SHA for 348b6bc
conf.py
@@ -31,6 +31,7 @@
31
r'https://twiki.cern.ch/.*', # most pages now require a login
32
r'https://opensource.org.*', # 403 error - rejects the bot
33
r'https://xrootd.slac.stanford.edu/doc/.*', # redirect error - rejects the bot with SSL failure
34
+ r'https://sourceforge.net/.*', # 403 error - rejects the bot
35
]
36
37
starterkit_ci_redirects['first-analysis-steps/index.html'] = 'https://lhcb.github.io/starterkit-lessons/first-analysis-steps/README.html'
0 commit comments