Skip to content

Commit

Permalink
Update markdown_link_check_config.json
Browse files Browse the repository at this point in the history
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: tcort/markdown-link-check#109

Will keep investigating to see if there is a better work around
  • Loading branch information
sekyondaMeta committed Jul 26, 2023
1 parent b625dce commit 0d9c1a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/markdown_link_check_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
},
{
"pattern": "^http(s)?://localhost.*"
},
{
"pattern": "https://www.intel.com/content/www/us/en/developer/articles/news/llama2.html"
}
]
}

0 comments on commit 0d9c1a9

Please sign in to comment.