Browse Source

ignore medium and linkedin

Igor Kasianenko 2 months ago
parent
commit
4e510006a5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/scripts/markdown_link_check_config.json

+ 6 - 0
.github/scripts/markdown_link_check_config.json

@@ -22,6 +22,12 @@
     },
     {
       "pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
+    },
+    {
+      "pattern": "^https?://(www\.)?linkedin\.com/.*"
+    },
+    {
+      "pattern": "^https?://medium\.com/.*"
     }
   ]
 }