-
Notifications
You must be signed in to change notification settings - Fork 75
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
Fix markdown link check #2804
Fix markdown link check #2804
Conversation
@johnbampton @BaseMax okay so there's nothing wrong with the link checker the problem seems to be in the fact that the links it tries to check are actually dead or behind a 301, 302, 307, and 308 redirect the solution to this should be removal of dead links and accommodation of redirects |
…to markdown-failure
403 codes are also present in some links that work |
i've looked up the GitHub action and looks like there's a alternative to it so i will be trying that one |
looks like the alternative isnt fully built so its better to stick to this |
@johnbampton it passes the link test now pls review |
the test is failing again lemme see |
since dir exclusion isnt possible i have found a alternative to this action its basically the newer version of the old one so im going to experiment with the new one |
the tool is still incomplete reverting to old one |
@johnbampton pls review |
@johnbampton ive managed to fix pre-commit errs also |
@johnbampton any changes ? |
? |
regarding #2480
fixes #1862
refs #344