From 925cf7fc8ffe47eaff5d3cc74a9be9db8dd198e3 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 23 May 2023 13:55:11 +0200 Subject: [PATCH] fix twitter link check We didn't actually have any twitter links that started with www :p Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- mlc_config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mlc_config.json b/mlc_config.json index 397b8b18c2..38b8efc73f 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -34,7 +34,10 @@ "pattern": "https://www.10xeditor.com/" }, { - "pattern": "https://www.twitter.com/" + "pattern": "https://twitter.com/" + }, + { + "pattern": "https://mobile.twitter.com/" }, { "pattern": "https://www.roc-lang.org/packages/basic-cli/Stdout#line"