Closed nategraf closed 1 month ago
I found a couple of broken links using git ls-files '*.md' | xargs lychee --base . --cache --. This PR fixes them and additionally formats the modified .md file.
git ls-files '*.md' | xargs lychee --base . --cache --
I found a couple of broken links using
git ls-files '*.md' | xargs lychee --base . --cache --
. This PR fixes them and additionally formats the modified .md file.