-
Notifications
You must be signed in to change notification settings - Fork 34
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
Script to check links #111
Conversation
Some links are dead, so I removed whatever referred to those.
Test::Pod::No404s exists - and can be used via its dzil plugin. |
Many of the links that were updated did not return 404. They were mostly 302 or 500. Either way, if you want to do it another way that's fine, but here's the fix for several tickets even if you don't want my script. |
What needs to happen for this to move forward? |
The It can be excluded from the dist by adding a line |
I've excluded the script in dist.ini. What else needs to happen for this to move forward? |
Here's the patch file in case this PR loses the diff when I clean up my fork later this month. #7, #64, #84 0001-Fix-a-mess-of-links.-Most-are-http-https.patch |
Thanks @karenetheridge
I'll be setting that up since, as astute readers of its docs may know, it actually handles more than just 404. |
A script to check some links, and a lot of link fixes.
Many of the links upgraded to https. I removed some stuff that disappeared.
This should fix #7, #64, and #84.