From 107c7cb89ef525eaebb109127542092b3bb6d17c Mon Sep 17 00:00:00 2001 From: Arnau Casau <47946624+arnaucasau@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:45:36 +0200 Subject: [PATCH] Ignore slack archives link (#1481) Closes #1478 The link checker complains about a Slack link that is not broken. This PR adds the link to the ignores. --- scripts/lib/links/ignores.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/links/ignores.ts b/scripts/lib/links/ignores.ts index fcd05c12fc6..ff3556bd22b 100644 --- a/scripts/lib/links/ignores.ts +++ b/scripts/lib/links/ignores.ts @@ -35,6 +35,7 @@ const ALWAYS_IGNORED_URLS__EXPECTED = [ "https://auth.quantum-computing.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", // StackOverflow rate limits us. "https://stackoverflow.com/", "https://stackoverflow.com/questions/1049722/what-is-2s-complement",