diff --git a/.mdox.validate.yaml b/.mdox.validate.yaml index 2bcdd2108b3bf64dcf8adb8ec027c242d82a7db7..acfa29604decdeb09dae8b8633ac10cecda18019 100644 --- a/.mdox.validate.yaml +++ b/.mdox.validate.yaml @@ -10,3 +10,7 @@ validators: # Twitter changed their policy and now returns 403 if not authenticated. We can guarantee this link since we own the account. - regex: 'https:\/\/twitter.com\/PromOperator' type: "ignore" + # the www.weave.works domain returns 404 for many pages. + # Ignoring for now but we need remove the related content if it persists. + - regex: 'https:\/\/www.weave.works.*' + type: "ignore"