-
Notifications
You must be signed in to change notification settings - Fork 781
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address issues found by hydra-link-checker in the last CI job: ``` - code: 404 url: https://qunitjs.com/browser/callbacks/QUnit.on.md parent: https://qunitjs.com/browser/#browser-support error: Not Found - code: 404 url: https://app.element.io/#/room/#qunitjs_qunit:gitter.im parent: https://qunitjs.com error: Not Found - code: 404 url: https://qunitjs.com/api/intro.md parent: https://qunitjs.com/api/QUnit/ error: Not Found - code: 404 url: https://qunitjs.com/api/config/config.md parent: https://qunitjs.com/api/config/storage/ error: Not Found ```
- Loading branch information
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
{ | ||
"//": [ | ||
"twitter.com broken with redirect-loop", | ||
"app.element.io chat rooms render fine but use HTTP 404 for some reason", | ||
"npmjs.com responds HTTP 429 Too Many Requests too easily", | ||
"" | ||
], | ||
"exclude_scheme_prefixes": [ | ||
"https://twitter.com/", | ||
"https://app.element.io/", | ||
"https://www.npmjs.com/package/" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters