From e5c9c7fa9353246f21e6ab079d8fcf941d6c0087 Mon Sep 17 00:00:00 2001
From: tyranron <tyranron@gmail.com>
Date: Thu, 11 Apr 2024 14:31:00 +0300
Subject: [PATCH] Ignore `aayushyavajpayee.substack.com` and `kerkour.com`
 hosts by Markdown links checker

---
 .markdown-link-check.json | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.markdown-link-check.json b/.markdown-link-check.json
index efb3334..3648de6 100644
--- a/.markdown-link-check.json
+++ b/.markdown-link-check.json
@@ -13,6 +13,8 @@
   "ignorePatterns": [{
     "pattern": "^!--"
   },{
+    "pattern": "^https://aayushyavajpayee.substack.com"
+  }, {
     "pattern": "^https://github.com/instrumentisto/rust-incubator/generate"
   }, {
     "pattern": "^https://crates.io/search\\?"
@@ -22,6 +24,8 @@
     "pattern": "^https://dl.acm.org"
   }, {
     "pattern": "^https://dpc.pw"
+  }, {
+    "pattern": "^https://kerkour.com"
   }, {
     "pattern": "^https://www.aspecto.io"
   }, {