mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
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:
parent
28e56937cc
commit
925cf7fc8f
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue