[CI] Report link-check error when external URL used for local doc page (#187)
This commit is contained in:
parent
18400cf93c
commit
ca881074f6
|
|
@ -8,6 +8,10 @@
|
||||||
{
|
{
|
||||||
"pattern": "^/",
|
"pattern": "^/",
|
||||||
"replacement": "{{BASEURL}}/"
|
"replacement": "{{BASEURL}}/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^https://github.com/open-telemetry/semantic-conventions/(blob|tree)/[^/]+/docs/",
|
||||||
|
"replacement": "LINK-CHECK-ERROR-USE-LOCAL-PATH-TO-DOC-PAGE-NOT-EXTERNAL-URL/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"retryOn429": true,
|
"retryOn429": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue