diff --git a/docs/conf.py b/docs/conf.py index 181c2e5c8d6..e0096c447c1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,10 @@ linkcheck_ignore = [ r"https://doi.org/.*", r"https://cernvm.cern.ch/.*", - r"https://tavianator.com/.*", r"http://eigen.tuxfamily.org.*", r"https://pythia.org.*", + r"https://lcginfo.cern.ch/.*", + r"https://.*\.?intel.com/.*", ] # -- Options for HTML output -------------------------------------------------- diff --git a/docs/getting_started.md b/docs/getting_started.md index 6775cd9e19f..18d0496e496 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -36,7 +36,7 @@ components: - [Doxygen](http://doxygen.org) >= 1.8.15 for the documentation - [Geant4](http://geant4.org/) for some examples - [HepMC](https://gitlab.cern.ch/hepmc/HepMC3) >= 3.2.1 for some examples -- [Intel Threading Building Blocks](https://01.org/tbb) >= 2020.1 for the examples +- [Intel Threading Building Blocks](https://github.com/oneapi-src/oneTBB) >= 2020.1 for the examples - [ONNX Runtime](https://onnxruntime.ai/) >= 1.12.0 for the ONNX plugin, the Exa.TrkX plugin and some examples - [Pythia8](https://pythia.org) for some examples - [ROOT](https://root.cern.ch) >= 6.20 for the TGeo plugin and the examples