spuru9 opened a new pull request, #876: URL: https://github.com/apache/flink-web/pull/876
Groups several independent, mechanical fixes to the website sources: - footer.html: the Security link closed with `</a-->` instead of `</a>`, emitting invalid markup on every page in both languages. - getting-started/_index.md (en, zh): the section landing page rendered the heading "Documentation", copied from documentation/_index.md. The zh page now uses its own frontmatter title. - content.zh/how-to-contribute/contribute-code.md: three links pointed at /zh/contributing/*.html, a URL scheme removed in the 2023 redesign, so they 404. Replaced with the same relref shortcodes the English page already uses, which resolve per-language and are validated at build time. - downloads.md (en, zh): added /downloads.html aliases, matching the pattern already used by community.md and roadmap.md. Around 50 release blog posts link to /downloads.html, which had no alias. - what-is-flink-table-store.md (en, zh): the page still described Paimon as incubating. Paimon has been a top-level project since 2024-04-16. The page now states where Paimon lives and points at its website, rather than recounting its incubation history, which is not Flink's to narrate and is not why a reader lands here. - content.zh/what-is-flink/community.md: dropped the Paimon repository entry pointing at the retired incubator-paimon repos. The English page had this removed in 9d0761c266; the translation was never updated. Source files only; content/ is left for the committer rebuild. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
