Browse Source

Update markdown_link_check_config.json

Adding the "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
link to the ignore pattern for the link check file as a workaround for this particular link returning a 403 error.
Not an elegant solution but was suggested here: https://github.com/tcort/markdown-link-check/issues/109

Will keep investigating to see if there is a better work around
sekyonda 1 year ago
parent
commit
0d9c1a909f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      scripts/markdown_link_check_config.json

+ 3 - 0
scripts/markdown_link_check_config.json

@@ -19,6 +19,9 @@
     },
     {
       "pattern": "^http(s)?://localhost.*"
+    },
+    {
+      "pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
     }
   ]
 }