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

Skip links that come after xsi:* #95

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Skip links that come after xsi:* #95

merged 1 commit into from
Apr 2, 2024

Conversation

justindhillon
Copy link
Owner

Links after xsi are usually apart of the deep net and not the surface net. These are usually working links, but they come up as broken in this project. To reduce the number of false positives, links after xsi:* should be skipped.

Example: xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"

This resolves #87

@justindhillon justindhillon merged commit bbb2bfb into main Apr 2, 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.

Skip links that come after xsi:*
1 participant