[hotfix] Fix broken links and markup in website source - #876
Merged
1996fanrui merged 1 commit intoAug 1, 2026
Conversation
Six small defects in the website sources, each a self-evident correction: - footer.html: the Security link closed with `</a-->`, emitting invalid markup in the footer of every page in both languages. - getting-started/_index.md (en, zh): rendered the heading "Documentation", copied from documentation/_index.md; now matches its own frontmatter title. - content.zh/how-to-contribute/contribute-code.md: three links to /zh/contributing/*.html have 404'd since the 2023 redesign (FLINK-33046). Replaced with the relref shortcodes the English page already uses. - downloads.md (en, zh): added /downloads.html aliases; ~50 release blog posts link there. Same pattern as community.md and roadmap.md. - what-is-flink-table-store.md (en, zh): described Paimon as incubating; it has been a top-level project since 2024-04-16. - content.zh/what-is-flink/community.md: removed the Paimon repo entry pointing at the retired incubator-paimon repos. The English page had this removed in 9d0761c (FLINK-34946). Source files only; content/ left for the committer rebuild. Generated-by: Claude Code (Claude Opus 5)
spuru9
force-pushed
the
hotfix-website-links-and-markup
branch
from
August 1, 2026 05:48
1ac799c to
1fc43b9
Compare
Contributor
Author
|
cc: @ferenc-csaky @1996fanrui Can you help me review/merge this PR. |
1996fanrui
reviewed
Aug 1, 2026
1996fanrui
left a comment
Member
There was a problem hiding this comment.
thanks for the fix, merging as you have tested locally
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.
What is the purpose of the change
Fixes six small defects in the website sources: invalid markup, links to a URL scheme retired in the 2023 redesign, a heading copied from the wrong file, and a subproject status that changed in 2024.
Brief change log
footer.html: Security link closed with</a-->, emitting invalid markup in the footer of every page in both languagesgetting-started/_index.md(en, zh): heading rendered as "Documentation"; now matches each file's own frontmatter titlecontent.zh/how-to-contribute/contribute-code.md: three links to/zh/contributing/*.htmlhave 404'd since the 2023 redesign (FLINK-33046); replaced with therelrefshortcodes the English page already usesdownloads.md(en, zh): added/downloads.htmlaliases (~50 release blog posts link there), matching the pattern incommunity.mdandroadmap.mdwhat-is-flink-table-store.md(en, zh): described Paimon as incubating; it has been a top-level project since 2024-04-16content.zh/what-is-flink/community.md: removed the Paimon repo entry pointing at the retiredincubator-paimonrepos, as the English page did in 9d0761c (FLINK-34946)The last item is the only judgment call; happy to repoint the URLs instead if preferred.
Verifying this change
Built with Hugo 0.124.1 extended and checked in the generated output: both aliases redirect, the two
relreflinks resolve under/zh/how-to-contribute/, and noa-->orincubator-paimonreferences remain. Source files only;content/left for the committer rebuild.Does this pull request potentially affect one of the following parts:
@Public(Evolving): (no)Documentation
content.zhgaps need a native speaker and are headed forchinese-translationJiras (FLINK-13680 already covers the code-style page)Was generative AI tooling used to co-author this PR?
Generated-by: Claude Code (Claude Opus 5)