From 1f4121bda1ceb08eb8790eda141658a710f0572b Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 28 Jan 2023 21:29:01 +0100 Subject: [PATCH] temp ignore master links --- scripts/check_links.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/check_links.py b/scripts/check_links.py index 082d7a3..b2dcf15 100755 --- a/scripts/check_links.py +++ b/scripts/check_links.py @@ -28,7 +28,8 @@ IGNORES = [ 'badgen.net', ] IGNORE_GENERIC = [ - 'assets/dotdrop.svg' + 'assets/dotdrop.svg', + 'github.com/deadc0de6/dotdrop', ] USER_AGENT = ( 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) '