Skip to content

Use mlc for Markdown link checking - #7330

Merged
lbussell merged 22 commits into
nightlyfrom
lbussell/investigate-markdown-link-failures
Sep 2, 2026
Merged

Use mlc for Markdown link checking#7330
lbussell merged 22 commits into
nightlyfrom
lbussell/investigate-markdown-link-failures

Conversation

@lbussell

@lbussell lbussell commented Aug 24, 2026

Copy link
Copy Markdown
Member

This PR re-enables Markdown link validation with https://github.com/becheran/mlc instead of linkspector. mlc is very fast.

Fixes #7176

lbussell and others added 16 commits August 24, 2026 13:51
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
@lbussell
lbussell force-pushed the lbussell/investigate-markdown-link-failures branch from edc4c0f to fc47cd6 Compare August 25, 2026 15:03
@lbussell
lbussell marked this pull request as ready for review August 25, 2026 16:13
@lbussell
lbussell requested a review from a team as a code owner August 25, 2026 16:13
[Docker CLI]: https://docs.docker.com/reference/cli/docker/
[Notation CLI]: https://github.com/notaryproject/notation
[ORAS CLI]: https://oras.land/docs/installation
[ORAS CLI]: https://oras.land/docs/installation/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does this need a trailing slash but the https://github.com/notaryproject/notation one above doesn't?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Simple: https://oras.land/docs/installation redirects to https://oras.land/docs/installation/ whereas https://github.com/notaryproject/notation does not redirect.

> curl -I https://oras.land/docs/installation
HTTP/1.1 301 Moved Permanently
...
Location: /docs/installation/
> curl -I https://github.com/notaryproject/notation
HTTP/1.1 200 OK

Comment thread CONTRIBUTING.md Outdated
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 4de8419f-0d09-407a-8e71-5de73612891c
@lbussell
lbussell merged commit eec0e65 into nightly Sep 2, 2026
135 of 145 checks passed
@github-actions github-actions Bot added the needs-backport PR that should be backported to another branch label Sep 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-backport PR that should be backported to another branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants