Update link check exclusion (#632)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
This commit is contained in:
parent
efe8fa5dd2
commit
aface154c2
|
|
@ -10,7 +10,7 @@
|
|||
"replacement": "{{BASEURL}}/"
|
||||
},
|
||||
{
|
||||
"pattern": "^https://github.com/open-telemetry/semantic-conventions/(blob|tree)/[^v][^/]*/docs/",
|
||||
"pattern": "^https://github.com/open-telemetry/semantic-conventions/(blob|tree)/main/docs/",
|
||||
"replacement": "LINK-CHECK-ERROR-USE-LOCAL-PATH-TO-DOC-PAGE-NOT-EXTERNAL-URL/"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue