ソースを参照

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 年間 前
コミット
0d9c1a909f
1 ファイル変更3 行追加0 行削除
  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"
     }
   ]
 }