This is an automated email from the ASF dual-hosted git repository.

1996fanrui pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b65de93329 [hotfix] Fix broken links and markup in website source
b65de93329 is described below

commit b65de933293197595b9da3e19c1737f2eff4fb80
Author: Purushottam Sinha <[email protected]>
AuthorDate: Sat Aug 1 10:39:09 2026 +0530

    [hotfix] Fix broken links and markup in website source
    
    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 9d0761c266 (FLINK-34946).
    
    Source files only; content/ left for the committer rebuild.
    
    Generated-by: Claude Code (Claude Opus 5)
---
 docs/content.zh/downloads.md                         | 3 +++
 docs/content.zh/getting-started/_index.md            | 2 +-
 docs/content.zh/how-to-contribute/contribute-code.md | 6 +++---
 docs/content.zh/what-is-flink-table-store.md         | 4 ++--
 docs/content.zh/what-is-flink/community.md           | 4 ----
 docs/content/downloads.md                            | 3 +++
 docs/content/getting-started/_index.md               | 2 +-
 docs/content/what-is-flink-table-store.md            | 4 ++--
 docs/layouts/partials/docs/footer.html               | 2 +-
 9 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/docs/content.zh/downloads.md b/docs/content.zh/downloads.md
index 2c81f7a9fe..e6986b747a 100644
--- a/docs/content.zh/downloads.md
+++ b/docs/content.zh/downloads.md
@@ -3,6 +3,9 @@ title: Downloads
 bookCollapseSection: false
 weight: 5
 menu_weight: 2
+aliases:
+- /zh/downloads.html
+- /zh/downloads/index.html
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/content.zh/getting-started/_index.md 
b/docs/content.zh/getting-started/_index.md
index 3af15ee351..714f8aef57 100644
--- a/docs/content.zh/getting-started/_index.md
+++ b/docs/content.zh/getting-started/_index.md
@@ -23,4 +23,4 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Documentation
+# 教程
diff --git a/docs/content.zh/how-to-contribute/contribute-code.md 
b/docs/content.zh/how-to-contribute/contribute-code.md
index 776a5a4255..9fac70d0ad 100644
--- a/docs/content.zh/how-to-contribute/contribute-code.md
+++ b/docs/content.zh/how-to-contribute/contribute-code.md
@@ -105,7 +105,7 @@ Apache Flink 是一个通过志愿者贡献的代码来维护、改进和扩展
     <div class="panel panel-default">
       <div class="panel-body">
         <h2><span class="number">2</span><a href="#implement">实现</a></h2>
-        <p>根据<a 
href="/zh/contributing/code-style-and-quality-preamble.html">代码样式和质量指南</a>,以及 
Jira 工单中商定的方法去实现更改。</p> <br />
+        <p>根据<a href="{{< relref 
"how-to-contribute/code-style-and-quality-preamble" >}}">代码样式和质量指南</a>,以及 Jira 
工单中商定的方法去实现更改。</p> <br />
         <p><b>只有在达成共识时,才开始去实现(例如已经有工单分配给你了)</b></p>
       </div>
     </div>
@@ -203,7 +203,7 @@ Apache Flink 是一个通过志愿者贡献的代码来维护、改进和扩展
 以下是在实现时要注意的一些要点:
 
 - [设置 Flink 
的开发环境](https://cwiki.apache.org/confluence/display/FLINK/Setting+up+a+Flink+development+environment)
-- 遵循 Flink 的[代码风格和质量指南](/zh/contributing/code-style-and-quality-preamble.html)
+- 遵循 Flink 的[代码风格和质量指南]({{< relref 
"how-to-contribute/code-style-and-quality-preamble" >}})
 - 接受来自 Jira issue 或设计文档中的任何讨论和要求。
 - 不要将不相关的问题混合到一个贡献中。
 
@@ -227,7 +227,7 @@ Apache Flink 是一个通过志愿者贡献的代码来维护、改进和扩展
 
 Flink 中的代码更改将通过 [GitHub pull 
request](https://help.github.com/en/articles/creating-a-pull-request) 进行审查和合并。
 
-这里有关于[如何审查 pull request](/zh/contributing/reviewing-prs.html) 的单独指南,包括我们的 pull 
request 审核流程。作为代码作者,在你准备 pull request 前,应该满足以上所有要求。
+这里有关于[如何审查 pull request]({{< relref "how-to-contribute/reviewing-prs" >}}) 
的单独指南,包括我们的 pull request 审核流程。作为代码作者,在你准备 pull request 前,应该满足以上所有要求。
 
 <a name="merge"></a>
 
diff --git a/docs/content.zh/what-is-flink-table-store.md 
b/docs/content.zh/what-is-flink-table-store.md
index 14226fc2f3..9cdd6288d3 100644
--- a/docs/content.zh/what-is-flink-table-store.md
+++ b/docs/content.zh/what-is-flink-table-store.md
@@ -1,5 +1,5 @@
 ---
-title: What is Paimon(incubating) (formerly Flink Table Store)?
+title: What is Apache Paimon (formerly Flink Table Store)?
 bookCollapseSection: false
 bookHref: "https://paimon.apache.org/";
 ---
@@ -24,4 +24,4 @@ under the License.
 
 # What is Apache Paimon (formerly Flink Table Store)?
 
-The Flink Table Store had joined Apache Incubator as Apache 
Paimon(incubating). All information on the Apache Paimon(incubating) can be 
found on the [Paimon website.](https://paimon.apache.org/)
\ No newline at end of file
+Flink Table Store is now Apache Paimon, a separate top-level project at the 
Apache Software Foundation. All information about Apache Paimon can be found on 
the [Paimon website](https://paimon.apache.org/).
\ No newline at end of file
diff --git a/docs/content.zh/what-is-flink/community.md 
b/docs/content.zh/what-is-flink/community.md
index 32c2be116c..03633ea7c7 100644
--- a/docs/content.zh/what-is-flink/community.md
+++ b/docs/content.zh/what-is-flink/community.md
@@ -215,10 +215,6 @@ Committer 们会关注 [Stack 
Overflow](http://stackoverflow.com/questions/tagge
     * ASF 仓库: 
[https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git](https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git)
     * GitHub 镜像: 
[https://github.com/apache/flink-kubernetes-operator](https://github.com/apache/flink-kubernetes-operator)
 
-* **Apache Paimon(incubating) (formerly Flink Table Store) 仓库**
-    * ASF 仓库: 
[https://gitbox.apache.org/repos/asf/incubator-paimon.git](https://gitbox.apache.org/repos/asf/incubator-paimon.git)
-    * GitHub 镜像: 
[https://github.com/apache/incubator-paimon](https://github.com/apache/incubator-paimon)
-
 * **Flink Website 仓库**
     * ASF 仓库: 
[https://gitbox.apache.org/repos/asf/flink-web.git](https://gitbox.apache.org/repos/asf/flink-web.git)
     * GitHub 镜像:  
[https://github.com/apache/flink-web.git](https://github.com/apache/flink-web.git)
diff --git a/docs/content/downloads.md b/docs/content/downloads.md
index 8a732b42c0..b5a11a2662 100644
--- a/docs/content/downloads.md
+++ b/docs/content/downloads.md
@@ -3,6 +3,9 @@ title: Downloads
 bookCollapseSection: false
 weight: 5
 menu_weight: 2
+aliases:
+- /downloads.html
+- /downloads/index.html
 ---
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/docs/content/getting-started/_index.md 
b/docs/content/getting-started/_index.md
index ae7aaad4dd..b5be615c26 100644
--- a/docs/content/getting-started/_index.md
+++ b/docs/content/getting-started/_index.md
@@ -23,4 +23,4 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-# Documentation
+# Getting Started
diff --git a/docs/content/what-is-flink-table-store.md 
b/docs/content/what-is-flink-table-store.md
index 14226fc2f3..9cdd6288d3 100644
--- a/docs/content/what-is-flink-table-store.md
+++ b/docs/content/what-is-flink-table-store.md
@@ -1,5 +1,5 @@
 ---
-title: What is Paimon(incubating) (formerly Flink Table Store)?
+title: What is Apache Paimon (formerly Flink Table Store)?
 bookCollapseSection: false
 bookHref: "https://paimon.apache.org/";
 ---
@@ -24,4 +24,4 @@ under the License.
 
 # What is Apache Paimon (formerly Flink Table Store)?
 
-The Flink Table Store had joined Apache Incubator as Apache 
Paimon(incubating). All information on the Apache Paimon(incubating) can be 
found on the [Paimon website.](https://paimon.apache.org/)
\ No newline at end of file
+Flink Table Store is now Apache Paimon, a separate top-level project at the 
Apache Software Foundation. All information about Apache Paimon can be found on 
the [Paimon website](https://paimon.apache.org/).
\ No newline at end of file
diff --git a/docs/layouts/partials/docs/footer.html 
b/docs/layouts/partials/docs/footer.html
index 3f33e27579..f7c504d75e 100644
--- a/docs/layouts/partials/docs/footer.html
+++ b/docs/layouts/partials/docs/footer.html
@@ -59,7 +59,7 @@ under the License.
       <div class="panel">
         <ul>
           <li>
-            <a href="{{ $.Site.LanguagePrefix }}/what-is-flink/security">{{ 
i18n "footer.security" }}</a-->
+            <a href="{{ $.Site.LanguagePrefix }}/what-is-flink/security">{{ 
i18n "footer.security" }}</a>
           </li>
           <li>
             <a href="https://www.apache.org/foundation/sponsorship.html";>{{ 
i18n "footer.donate" }}</a>

Reply via email to