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

yuxiqian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 4371a4e01 [hotfix][docs] Fix broken stable docs URL in 
outdated/unreleased banner (#4469)
4371a4e01 is described below

commit 4371a4e017619238dda0a974d6462a304cdc77fb
Author: Purushottam Sinha <[email protected]>
AuthorDate: Mon Jul 13 06:55:15 2026 +0530

    [hotfix][docs] Fix broken stable docs URL in outdated/unreleased banner 
(#4469)
    
    The "stable version" link in the outdated/unreleased version banner
    pointed to the legacy ci.apache.org host, which now 404s. The rest of
    the repo already uses nightlies.apache.org; update the banner to match.
    
    Generated-by: Claude Code (claude-sonnet-5)
---
 docs/layouts/partials/docs/inject/content-before.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/layouts/partials/docs/inject/content-before.html 
b/docs/layouts/partials/docs/inject/content-before.html
index 5d063bfa8..1182ef094 100644
--- a/docs/layouts/partials/docs/inject/content-before.html
+++ b/docs/layouts/partials/docs/inject/content-before.html
@@ -23,14 +23,14 @@ under the License.
 {{ if $.Site.Params.ShowOutDatedWarning }}
 <article class="markdown">
     <blockquote style="border-color:#f66">
-        {{ markdownify "This documentation is for an out-of-date version of 
Apache Flink CDC. We recommend you use the latest [stable 
version](https://ci.apache.org/projects/flink/flink-cdc-docs-stable/)."}}
+        {{ markdownify "This documentation is for an out-of-date version of 
Apache Flink CDC. We recommend you use the latest [stable 
version](https://nightlies.apache.org/flink/flink-cdc-docs-stable/)."}}
     </blockquote>
 </article>
 {{ end }}
 {{ if (not $.Site.Params.IsStable) }}
 <article class="markdown">
     <blockquote style="border-color:#f66">
-        {{ markdownify "This documentation is for an unreleased version of 
Apache Flink CDC. We recommend you use the latest [stable 
version](https://ci.apache.org/projects/flink/flink-cdc-docs-stable/)."}}
+        {{ markdownify "This documentation is for an unreleased version of 
Apache Flink CDC. We recommend you use the latest [stable 
version](https://nightlies.apache.org/flink/flink-cdc-docs-stable/)."}}
     </blockquote>
 </article>
 {{ end }}

Reply via email to