This is an automated email from the ASF dual-hosted git repository.
yuzelin pushed a commit to branch release-1.4
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/release-1.4 by this push:
new e603e916f3 [doc] Fix doc link
e603e916f3 is described below
commit e603e916f36e73e578f95e70772aabc2a17c572c
Author: yuzelin <[email protected]>
AuthorDate: Sun Apr 12 22:11:05 2026 +0800
[doc] Fix doc link
---
docs/config.toml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 94fc1181ce..17bf4ba0ce 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-baseURL = '//paimon.apache.org/docs/release-1.4'
+baseURL = '//paimon.apache.org/docs/1.4'
languageCode = 'en-us'
title = 'Apache Paimon'
enableGitInfo = false
@@ -64,7 +64,7 @@ pygmentsUseClasses = true
# of the menu
MenuLinks = [
["Project Homepage", "//paimon.apache.org"],
- ["JavaDocs", "//paimon.apache.org/docs/release-1.4/api/java/"],
+ ["JavaDocs", "//paimon.apache.org/docs/1.4/api/java/"],
]
StableDocs = "https://paimon.apache.org/docs/1.3"