We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Someone pointed out a broken link (see #63), so apparently the netlify linkchecker doesn't work.
This came up in the specs repo, but only on the theoretical level, thus I open this issue here as we actually had broken links in this repo.
The text was updated successfully, but these errors were encountered:
I've had good success with using lychee to cook up my own non-GitHub CI solution for this:
lychee --dump ${URL}/sitemap.xml | grep "${URL}" | sort > links.txt cat links.txt cat links.txt | xargs lychee -v --no-progress --max-concurrency 2 --include-fragments
But they also provide a GitHub action for it.
Sorry, something went wrong.
No branches or pull requests
Someone pointed out a broken link (see #63), so apparently the netlify linkchecker doesn't work.
This came up in the specs repo, but only on the theoretical level, thus I open this issue here as we actually had broken links in this repo.
The text was updated successfully, but these errors were encountered: