Skip to content

Commit ffd40eb

Browse files
committed
Avoid 429 error code + put in place replacement pattern
1 parent 56c7b35 commit ffd40eb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.linkspector.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,11 @@ ignorePatterns:
77
- pattern: '^https://odm.*$'
88
- pattern: '^https://localhost*$'
99
- pattern: '^https://dummyUrl$'
10-
10+
replacementPatterns:
11+
- pattern: "https://www.ibm.com/docs"
12+
replacement: 'https://ibmdocs-test.dcs.ibm.com/docs'
13+
aliveStatusCodes:
14+
- 200
15+
- 206
16+
- 429
1117
useGitIgnore: true

0 commit comments

Comments
 (0)