From 216e206c016a9c135acffbf96a0f94c4e02f2584 Mon Sep 17 00:00:00 2001 From: Andy Morris Date: Wed, 13 Nov 2024 11:07:34 +0100 Subject: [PATCH] attempt to fix the ci broken links --- conf.py | 2 ++ first-analysis-steps/analysis-productions.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 295d6dae..43aac1ed 100644 --- a/conf.py +++ b/conf.py @@ -29,6 +29,8 @@ r'https://groups\.cern\.ch/group/lhcb-distributed-analysis/default\.aspx', # 403 error, requires a login r'https://lhcb-doxygen\.web\.cern\.ch/.*', # 403 error, requires a login r'https://twiki.cern.ch/.*', # most pages now require a login + r'https://opensource.org/.*', # 403 error - rejects the bot + r'https://xrootd.slac.stanford.edu/doc/.*', # redirect error - rejects the bot with SSL failure ] starterkit_ci_redirects['first-analysis-steps/index.html'] = 'https://lhcb.github.io/starterkit-lessons/first-analysis-steps/README.html' diff --git a/first-analysis-steps/analysis-productions.md b/first-analysis-steps/analysis-productions.md index 07e23f2e..5f099dcb 100644 --- a/first-analysis-steps/analysis-productions.md +++ b/first-analysis-steps/analysis-productions.md @@ -222,7 +222,7 @@ INFO:Creating new pipeline for ID 1958388 ALWAYS:Results will be available at https://lhcb-analysis-productions.web.cern.ch/1958388/ ``` -You can open that link in your browser to view the status of the test jobs (example [here](https://lhcb-analysis-productions.web.cern.ch/pipelines/?id=4791499)). After a few minutes, these should have completed - all being well, you've now successfully submitted your first production! +You can open that link in your browser to view the status of the test jobs (example [here](https://lhcb-productions.web.cern.ch/ana-prod/pipelines/?id=8064)). After a few minutes, these should have completed - all being well, you've now successfully submitted your first production! ### Checks