diff --git a/scripts/js/lib/links/ignores.ts b/scripts/js/lib/links/ignores.ts index b05437a84d..5345cb5401 100644 --- a/scripts/js/lib/links/ignores.ts +++ b/scripts/js/lib/links/ignores.ts @@ -23,6 +23,7 @@ export const IGNORED_FILES: Set = new Set([]); // These external URLs were all working the last time we checked, i.e. the link checker was giving false positives. const ALWAYS_IGNORED_URLS__EXPECTED = [ "https://auth.quantum-computing.ibm.com/api", + "https://auth.quantum.ibm.com/api", "https://www.cs.tau.ac.il/~nogaa/PDFS/r.pdf", "http://www.satcompetition.org/2009/format-benchmarks2009.html", "https://qiskit.slack.com/archives/C06KF8YHUAU",