docs: fix malformed links and images - #4357
Open
orangeCatDeveloper wants to merge 1 commit into
Open
Conversation
orangeCatDeveloper
marked this pull request as draft
September 1, 2026 05:29
orangeCatDeveloper
marked this pull request as ready for review
September 1, 2026 05:35
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Malformed Markdown in the HIP template and older blog posts leaves links unclickable, images rendered as text, and one configuration path with an unterminated code span.
Spaces between image markers and labels, nested link syntax, and a missing closing backtick prevent Markdown parsers from recognizing the intended elements.
Correct the affected links, image markers, and code span. The corrupted contributor-ladder sentence is reduced to its single intended link.
User-visible difference
Without this change, readers see an exclamation mark and linked alt text where the banner should appear; malformed external links either point to corrupted destinations or are not recognized as links; and the configuration path has a broken inline-code boundary.
With this change, the intended images render, the Mermaid and Apache contributor links open their real documentation pages, and only the configuration path is formatted as inline code.
Before
The banner is reduced to the visible text
! hertzBeat.After
The New Committer banner renders as an image.