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

Diagnose link checker #687

Closed
wants to merge 8 commits into from
Closed

Diagnose link checker #687

wants to merge 8 commits into from

Conversation

JoshOrndorff
Copy link
Contributor

@JoshOrndorff JoshOrndorff commented Jul 5, 2023

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.

@@ -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>

Choose a reason for hiding this comment

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

Copy link

@nuke-web3 nuke-web3 left a 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

@wirednkod
Copy link
Member

When I introduce a broken link in an <img> tag, the CI catches it.

The link that is caught is an external link. That is absolutely fine and link checker should get it.
The problem I am facing now and try to test and resolve (and probably what @nukemandan was referring to), is for the internal links. Issues we had so far were the internal links and not the external ones...

@wirednkod wirednkod requested a review from nuke-web3 July 6, 2023 10:18
@nuke-web3 nuke-web3 closed this Aug 21, 2023
@wirednkod wirednkod deleted the joshy-diagnose-ci branch February 5, 2024 14:26
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.

3 participants