Skip to content

Commit 42c6c80

Browse files
authored
Update .md_check_config.json
1 parent 8e6b564 commit 42c6c80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.md_check_config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
{
99
"pattern": "^/LICENSE",
1010
"replacement": "{{BASEURL}}/LICENSE"
11+
},
12+
"replacementPatterns": [
13+
{
14+
"pattern": "https://www.ibm.com/docs",
15+
"replacement": "https://ibmdocs-test.dcs.ibm.com/docs"
1116
}
1217
],
1318
"timeout": "20s"
14-
}
19+
}

0 commit comments

Comments
 (0)