GitHub-Repo-ReadMe-Dead-Link-Finder
GitHub-Repo-ReadMe-Dead-Link-Finder copied to clipboard
Sometimes people cannot find the link in the markdown based on the link in the markup that is getting the https status code.
i.e. see: https://github.com/GoogleCloudPlatform/java-docs-samples/issues/4148
If there is a way to provide the markdown, filename and line number that might help.
also see https://github.com/gravitational/teleport/issues/4700#issuecomment-721878606
another example https://github.com/enkodellc/blazorboilerplate/issues/436
I currently dont see any easy way for the program to translate back from the link in the markup to the exact line of code in the markdown that has the problem.
Possible this program could be completely re-engineered to take the links from the markdown in the first, convert these to markup, check them, then report back issues linked to the original markdown... (???)