Skip to content

Commit

Permalink
Merge pull request #62 from artichoke/lopopolo/md-link-check
Browse files Browse the repository at this point in the history
Ignore man page links in markdown link check config
  • Loading branch information
lopopolo authored Nov 28, 2023
2 parents 1d49fb7 + c8df969 commit 5513e3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/markdown-link-check.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
},
{
"pattern": "^https://twitter.com/artichokeruby"
},
{
"pattern": "https://linux.die.net/man/3/isspace"
}
],
"replacementPatterns": [],
Expand Down

0 comments on commit 5513e3f

Please sign in to comment.