We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178943e commit be5d084Copy full SHA for be5d084
.github/scripts/markdown-link-check-config.json
@@ -4,5 +4,9 @@
4
200,
5
403
6
],
7
- "ignorePatterns": []
+ "ignorePatterns": [
8
+ {
9
+ "pattern": "^http://localhost:16686$"
10
+ }
11
+ ]
12
}
0 commit comments