-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
add checklink support #72
Comments
@coke BIG SMILE!!!! You said that the error report should be removed from production. Since I broke it (see below), I removed it altogether. There are some considerations for discussion. The function of my
Status of |
The raku/doc repo had (until very recently) util/test-links.sh which was a shell script using wget to run a similar check. |
I'll work on the link-error-test plugin again. |
I have fixed the link-error-test plugin. The error-report can be seen at |
While it's nice to have a report on these somewhere, I wonder if it would be better to move it earlier in the process and check them on the raku/doc side, so we can verify it upstream. (I realize this would involve different tooling probably) |
I have gone through the external 404's and raised PRs on them in Raku/doc.
|
To this end, just added xt/link-checker.rakutest in the raku/doc repository and found several broken links that I was able to fix. This should help us keep better track of the local links going forward. (I can only check primaries and known secondaries (link top level page /language), but it did find several issues. |
Hopefully, xt/link-checker will remove links broken by typos, leaving systematic errors / corner cases that can be resolved upon generation. |
When building the site to run locally, we need some support for running a link checker. Can discuss if it needs to be a blocker or just informational, but historically there have been many issues on the old site build from raku/doc.
The text was updated successfully, but these errors were encountered: