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

167 exp link checker #171

Closed
wants to merge 2 commits into from
Closed

167 exp link checker #171

wants to merge 2 commits into from

Conversation

jenkin
Copy link
Contributor

@jenkin jenkin commented Jun 21, 2023

Simple addition of markdown-link-validator to Makefile using npx and some fixes to markdown files because of compatibility issues with original validator (ie. it not supports absolute local path /path/to/local/file.md or local path without .md extension, see #167).

WARNING: you can find the enhanced version of markdown-link-validator on my forked repo. All fixes merged in #170 come from that enhanced version. Fixes included in this draft PR should be rejected.

Alessio Cimarelli added 2 commits June 13, 2023 16:38

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@jenkin jenkin requested a review from stickgrinder June 21, 2023 09:36
@stickgrinder
Copy link
Member

Mmmh... this is basically changing every link from the routed slug to the local filename. I'm not a fan of this. Quite the opposite, I would make sure all links are in the agnostic /section-name/page-title-even-if-long format, with no ../ and no trailing .md.

This makes easier to maintain it and I guess it's better for SEO too.

@jenkin
Copy link
Contributor Author

jenkin commented Jun 22, 2023

@stickgrinder All drawbacks are resolved by the enhanced version of markdown-link-validator, we can discard this PR and test #173 instead.

@stickgrinder
Copy link
Member

This is obsolete. Closing it.

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

Successfully merging this pull request may close these issues.

None yet

2 participants