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

lzljs3620320 pushed a commit to branch release-1.1
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/release-1.1 by this push:
     new 714fcacb48 [doc] Update config.toml
714fcacb48 is described below

commit 714fcacb48436e55a5f37cdb1b9a38cd8814d542
Author: JingsongLi <[email protected]>
AuthorDate: Fri Apr 18 17:32:44 2025 +0800

    [doc] Update config.toml
---
 docs/config.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index f8fb09b0b9..0c7b38e79e 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -41,7 +41,7 @@ pygmentsUseClasses = true
   VersionTitle = "1.1"
 
   # The branch for this version of Apache Paimon
-  Branch = "release-1.1"
+  Branch = "1.1"
 
   # The most recent supported Apache Flink version
   FlinkVersion = "1.20"
@@ -64,7 +64,7 @@ pygmentsUseClasses = true
   # of the menu
   MenuLinks = [
     ["Project Homepage", "//paimon.apache.org"],
-    ["JavaDocs", "//paimon.apache.org/docs/release-1.1/api/java/"],
+    ["JavaDocs", "//paimon.apache.org/docs/master/api/java/"],
   ]
 
   StableDocs = "https://paimon.apache.org/docs/1.1";

Reply via email to