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

Hyperlink fixes #5509

Closed
wants to merge 3 commits into from
Closed

Hyperlink fixes #5509

wants to merge 3 commits into from

Conversation

philrz
Copy link
Contributor

@philrz philrz commented Nov 27, 2024

tl;dr

Make some link checker failures go away.

Details

I made a mistake in one of my aspirational "it'll start working once it merges" hyperlinks in #5506, so I tried fixing that here. That revealed that the markdown link checker we've been using also seems to have some kind of bug with hyperlinks containing percent encoding. I just added a comment to an existing issue with a simple repro example, but for now I've added an exclusion in our link checker config. This also led me to notice that the guy who maintained that markdown link checker has a new tool linkspector that seems to be more actively maintained, so I'll separately look into whether we can move over to that one and maybe not have to do exclusions.

While I'm at it, I'm also adjusting the hyperlink for an Apache Hive reference. Their design docs happen to be on a public Confluence site and it must not be built for scale because it seems like 50% of the time our link checker experiences some kind of timeout trying to crawl it. Rather than drop the hyperlink entirely or add an exclusion to the link checker I'm opting to just point to something one link further back in their "real" web site.

@philrz philrz requested a review from a team November 27, 2024 17:24
@philrz philrz self-assigned this Nov 27, 2024
@philrz
Copy link
Contributor Author

philrz commented Nov 27, 2024

It looks like moving to a different link checker may be a better fix here. Closing this one without merging.

@philrz philrz closed this Nov 27, 2024
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.

1 participant