mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-04 09:43:23 +02:00
f40cad5ee2
* Add Markdown link check * Add replacement for registry URL and clean ignored * Fix config file name * Update .markdown-link.json Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
17 lines
335 B
JSON
17 lines
335 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^http(s)?://localhost"
|
|
}
|
|
],
|
|
"replacementPatterns": [
|
|
{
|
|
"pattern": "^/registry",
|
|
"replacement": "https://opentelemetry.io/registry"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"retryCount": 5,
|
|
"fallbackRetryDelay": "30s"
|
|
}
|