From 361bc437744029b75e878f0dfee547adcc3e69a9 Mon Sep 17 00:00:00 2001
From: Simon Pasquier <spasquie@redhat.com>
Date: Tue, 13 Feb 2024 11:25:00 +0100
Subject: [PATCH] chore: ignore mdox errors for https://www.weave.works (#2348)

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
---
 .mdox.validate.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.mdox.validate.yaml b/.mdox.validate.yaml
index 2bcdd210..acfa2960 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"
-- 
GitLab