Skip to content

Commit

Permalink
Fixes #13167: Broken link in dev doc after parent
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Aug 13, 2018
1 parent c5f3677 commit 3b2b87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/check_broken_links.sh
@@ -1,4 +1,4 @@
#!/bin/sh
# A recursion level of 2 is enough because all pages are referenced in the left tree.
# Add an exception for build.opensuse.org as they appear to have restrictions based on User-Agent
linkchecker -r 2 --check-extern --ignore-url="/_/img/favicon.ico" --ignore-url=^https://build.opensuse.org --ignore-url=^http://localhost --ignore-url=^https://your.rudder.server --ignore-url=^https://social.technet.microsoft.com build/sites/*/index.html
linkchecker -r 2 --check-extern --ignore-url="/_/img/favicon.ico" --ignore-url="^https://www.rudder-project.org/changelog-.*-dev$" --ignore-url=^https://build.opensuse.org --ignore-url=^http://localhost --ignore-url=^https://your.rudder.server --ignore-url=^https://social.technet.microsoft.com build/sites/*/index.html

0 comments on commit 3b2b87b

Please sign in to comment.