Skip to content
Snippets Groups Projects
Commit f01992b8 authored by Sean Madsen's avatar Sean Madsen
Browse files

Add .md to internal hyperlinks

This way MkDocs will be able to report errors for broken links

Done with:

perl -0777 -i -pe \
's@(?<!!)\[([^\]]*)\]\((?!https?://)(?!mailto:)(/(?:(?:(?:/(?![\)#]))|[^/)#])(?!.md))+)/?(#[^)]*)?\)@[$1]($2.md$3)@gm' \
`find . -name '*.md'`
parent c0b79cf4
No related branches found
No related tags found
No related merge requests found
Showing
with 35 additions and 35 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment