Skip to content

Commit

Permalink
Ignore slack archives link (Qiskit#1481)
Browse files Browse the repository at this point in the history
Closes Qiskit#1478

The link checker complains about a Slack link that is not broken. This
PR adds the link to the ignores.
  • Loading branch information
arnaucasau authored Jun 3, 2024
1 parent 1ff27c0 commit ff16ad3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/lib/links/ignores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ff16ad3

Please sign in to comment.