Skip to content

Commit

Permalink
fix link-check
Browse files Browse the repository at this point in the history
ignore twitter url as it is auth-walled now.
ignore intel url as it returns 403

Signed-off-by: Shyam Jesal <[email protected]>
  • Loading branch information
shyamjesal committed Jul 27, 2023
1 parent 2428e11 commit dde081a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/configs/linkcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
},
{
"pattern": "^https://opensource.org*"
},
{
"pattern": "^https://twitter.com/"
},
{
"pattern": "^https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/methodologies/top-down-microarchitecture-analysis-method.html"
}
],
"replacementPatterns": [
Expand Down

0 comments on commit dde081a

Please sign in to comment.