-
Notifications
You must be signed in to change notification settings - Fork 29
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
Diagnose link checker #687
Conversation
@@ -50,6 +50,9 @@ Crypto not typically used except by military, but upheld guarantees when used. | |||
|
|||
<img src="./img/Web0.png" /> | |||
|
|||
<!-- The following is an intentionally broken link in an img tag. Let's see if the CI catches it. --> | |||
<img src="https://dujivbiufbdisbvoiwehbivwdfber.com> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! Seems to be working based on the test? If so rever the intentional junk img URL & merge? Related to #682
The link that is caught is an external link. That is absolutely fine and link checker should get it. |
DO NOT MERGE
This is to examine the behavior reported in #671.
When I introduce a broken link in an
<img>
tag, the CI catches it.The first few commits from @wirednkod come from #682. We need that for the link checking ci to run in the first place.