Skip to content
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 GH-Actions Markdown Lint Checker #446

Open
rossgalloway opened this issue Jul 23, 2024 · 0 comments
Open

Fix GH-Actions Markdown Lint Checker #446

rossgalloway opened this issue Jul 23, 2024 · 0 comments

Comments

@rossgalloway
Copy link
Collaborator

The Markdown lint checker that runs automatically on all PRs to check for broken links usually fails and reports broken links where they do not exist.

  • Image links throw errors but work on build: [✖] /img/DAO/here-we-are-cropped.jpg → Status: 400
  • Relative links to other pages throw status: 400 errors but work fine. [✖] ../getting-started/intro → Status: 400
  • Some sites get status: 403 errors but work fine: [✖] https://www.reddit.com/r/yearn_finance/ → Status: 403
  • Status: 404 errors are usually correctly marked as not found
  • Status: 0 are usually correctly marked as not existing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant