Skip to content

Commit be5d084

Browse files
authored
Tell the markdown link checker to ignore this localhost url for jaeger in the demo app. (open-telemetry#474)
1 parent 178943e commit be5d084

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/scripts/markdown-link-check-config.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@
44
200,
55
403
66
],
7-
"ignorePatterns": []
7+
"ignorePatterns": [
8+
{
9+
"pattern": "^http://localhost:16686$"
10+
}
11+
]
812
}

0 commit comments

Comments
 (0)