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

zhongjiajie pushed a commit to branch 3.0.2-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/3.0.2-prepare by this push:
     new 096bd37ae7 [hotfix] Correct python doc link
096bd37ae7 is described below

commit 096bd37ae70bf9786564ff944d70c2b90599d063
Author: Jay Chung <[email protected]>
AuthorDate: Fri Nov 25 17:33:16 2022 +0800

    [hotfix] Correct python doc link
---
 docs/configs/{docs3-0-2.js => docsdev.js} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/configs/docs3-0-2.js b/docs/configs/docsdev.js
similarity index 99%
rename from docs/configs/docs3-0-2.js
rename to docs/configs/docsdev.js
index 392ac5ca44..3615717034 100644
--- a/docs/configs/docs3-0-2.js
+++ b/docs/configs/docsdev.js
@@ -385,7 +385,7 @@ export default {
                     },
                     {
                         title: 'PyDolphinScheduler',
-                        link: '/python/3.0.2/index.html',
+                        link: '/python/main/index.html',
                     },
                     {
                         title: 'Health Check',
@@ -923,7 +923,7 @@ export default {
                     },
                     {
                         title: 'PyDolphinScheduler',
-                        link: '/python/3.0.2/index.html',
+                        link: '/python/main/index.html',
                     },
                     {
                         title: '健康检查',

Reply via email to