Skip to content

Commit

Permalink
whitelist entire native instruments website for linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftb0y committed Aug 9, 2024
1 parent 7e3d0bc commit ab73c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,8 @@
# Ignore Twitter links because for some reason valid links sometimes fail
# with "400 Bad Request"
r"^https://twitter.com/\w+$",
# Ignore NI links entirely because they trip 403 in general.
r"^https://(?:www.)?native-instruments.com",
# Ignore support links because we get 403 Client Errors (bad User Agent?)
r"^https://support.native-instruments.com/",
r"^https://support.serato.com/",
Expand Down

0 comments on commit ab73c8e

Please sign in to comment.