Skip to content

Commit

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

Signed-off-by: Shyam Jesal <[email protected]>
  • Loading branch information
shyamjesal committed Jul 27, 2023
1 parent 2428e11 commit cb370f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/configs/linkcheck.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
},
{
"pattern": "^https://opensource.org*"
},
{
"pattern": "^https://twitter.com/"
}
],
"replacementPatterns": [
Expand All @@ -18,7 +21,7 @@
],
"httpHeaders": [
{
"urls": ["https://docs.github.com/"],
"urls": ["https://docs.github.com/", "https://www.intel.com/content/www/us/en/develop/documentation/vtune-cookbook/top/methodologies/top-down-microarchitecture-analysis-method.html"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
Expand Down

0 comments on commit cb370f4

Please sign in to comment.