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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2ba59bfd3 [doc] Fix wrong link in config.toml
2ba59bfd3 is described below

commit 2ba59bfd3b45b4204e4f251e64f1506169d10285
Author: JingsongLi <[email protected]>
AuthorDate: Thu May 4 16:41:12 2023 +0800

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

diff --git a/docs/config.toml b/docs/config.toml
index 0969857d6..920fe1395 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -62,8 +62,8 @@ pygmentsUseClasses = true
 
   PreviousDocs = [
     ["master", "https://paimon.apache.org/docs/master";],
-    ["stable", "https://paimon.apache.org/docs/release-0.4";],
-    ["0.4", "https://paimon.apache.org/docs/release-0.4";],
+    ["stable", "https://paimon.apache.org/docs/0.4";],
+    ["0.4", "https://paimon.apache.org/docs/0.4";],
   ]
 
   BookSection = '/'

Reply via email to