Explorar o código

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 hai 1 ano
pai
achega
0d9c1a909f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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"
     }
   ]
 }