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>
This commit is contained in:
Anton-4 2023-05-23 13:55:11 +02:00 committed by GitHub
parent 28e56937cc
commit 925cf7fc8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,10 @@
"pattern": "https://www.10xeditor.com/" "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" "pattern": "https://www.roc-lang.org/packages/basic-cli/Stdout#line"