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

czweng 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 6a65a071 [docs] Point document for version 0.3 to the old link
6a65a071 is described below

commit 6a65a07184bb923a1f68517973b5c5e3224f98f7
Author: tsreaper <[email protected]>
AuthorDate: Fri Mar 17 19:58:08 2023 +0800

    [docs] Point document for version 0.3 to the old link
---
 docs/config.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 3b46c4eb..61a177d1 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -62,8 +62,8 @@ pygmentsUseClasses = true
 
   PreviousDocs = [
     ["master", "https://paimon.apache.org/docs/master";],
-    ["latest", "https://paimon.apache.org/docs/latest";],
-    ["0.3", "https://paimon.apache.org/docs/0.3";],
+    ["latest", 
"https://nightlies.apache.org/flink/flink-table-store-docs-release-0.3";],
+    ["0.3", 
"https://nightlies.apache.org/flink/flink-table-store-docs-release-0.3";],
   ]
 
 [markup]

Reply via email to