Skip to content

Remove broken link checker. #1531

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

Merged
merged 1 commit into from
Jul 16, 2024
Merged

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Jul 16, 2024

This removes the broken-link markdown checker. Unfortunately it is not compatible with the mdbook-spec plugin, which adds implicit link definitions for things like rules and std links. The link checker needs to run after the preprocessor, but there isn't a particularly good way to do that. Eventually this should be built-in to mdbook which is capable of doing that. We'll just need to be extra careful and diligent to avoid these.

The html link checker still runs, which runs after content generation.

@traviscross traviscross added this pull request to the merge queue Jul 16, 2024
Merged via the queue into rust-lang:master with commit cab6adb Jul 16, 2024
1 check passed
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.

2 participants