From aedcb5c418e4205062bfed90cc80739166181b1c Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:13:49 -0500 Subject: [PATCH] Ignore link to auth endpoint (#2523) Closes https://github.com/Qiskit/documentation/issues/2521. --- scripts/js/lib/links/ignores.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/js/lib/links/ignores.ts b/scripts/js/lib/links/ignores.ts index b05437a84dd..5345cb5401d 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",