From 8e5bfc511b753b40005b3442ec89ff43c5559428 Mon Sep 17 00:00:00 2001
From: Philip Gough <philip.p.gough@gmail.com>
Date: Wed, 3 Jan 2024 17:14:21 +0000
Subject: [PATCH] Add exception for PromOperator's twitter profile (#2321)

---
 .mdox.validate.yaml | 5 ++++-
 CONTRIBUTING.md     | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.mdox.validate.yaml b/.mdox.validate.yaml
index 1f66eae0..2bcdd210 100644
--- a/.mdox.validate.yaml
+++ b/.mdox.validate.yaml
@@ -6,4 +6,7 @@ validators:
     type: "ignore"
   # Ignore release links.
   - regex: 'https:\/\/github\.com\/prometheus-operator\/kube-prometheus\/releases'
-    type: "ignore"
\ No newline at end of file
+    type: "ignore"
+  # 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"
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7fa05565..b5dc9942 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,7 +20,7 @@ Channel used for project developers discussions
 
 **Discussion forum**: [GitHub discussions](https://github.com/prometheus-operator/kube-prometheus/discussions)
 
-**Twitter**: [@PromOperator](https://twitter.com/promoperator)
+**Twitter**: [@PromOperator](https://twitter.com/PromOperator)
 
 **GitHub**: To file bugs and feature requests. For questions and discussions use the GitHub discussions. Generally,
 the other community channels listed here are best suited to get support or discuss overarching topics.
-- 
GitLab