Skip to content

Commit 2a39513

Browse files
authored
Merge pull request #5486 from baywet/ci/w3-linkspector
ci: switches to fqdn pattern for w3 to include all links
2 parents ac3f1be + 295e81a commit 2a39513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.linkspector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ ignorePatterns:
1414
- pattern: 'slack.com' # Slack invite links 403 with linkspector
1515
- pattern: 'clientdomain.com'
1616
- pattern: 'example.org'
17-
- pattern: 'https://www.w3.org/TR/xml-names11/'
17+
- pattern: 'w3.org' # W3 returns 403 for automated requests
1818
- pattern: 'https://www.npmjs.com/package/markdownlint'
1919
- pattern: 'https://www.merriam-webster.com/dictionary/'

0 commit comments

Comments
 (0)