Skip to content

Commit 4a57700

Browse files
Copilothuangyiirene
andcommitted
Add ignore patterns for www.objectql.org and mailto links
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent e7f8c1f commit 4a57700

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/markdown-link-check-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@
1818
{
1919
"pattern": "^https://objectql.org"
2020
},
21+
{
22+
"pattern": "^https://www.objectql.org"
23+
},
2124
{
2225
"pattern": "^https://www.npmjs.com/package/@objectql/"
2326
},
2427
{
2528
"pattern": "^https://github.com/.*/releases/tag/.*%40"
29+
},
30+
{
31+
"pattern": "^mailto:"
2632
}
2733
],
2834
"replacementPatterns": [],

0 commit comments

Comments
 (0)