You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/11/25 09:29:19 UTC

[dolphinscheduler] branch 3.0.2-release updated: [hotfix] Correct python doc link

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

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


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

commit f025af4217908ea34cc2be5475ccc648c8b7bed1
Author: Jay Chung <zh...@gmail.com>
AuthorDate: Fri Nov 25 17:29:03 2022 +0800

    [hotfix] Correct python doc link
---
 docs/configs/docsdev.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/configs/docsdev.js b/docs/configs/docsdev.js
index 392ac5ca44..c2bfa24726 100644
--- a/docs/configs/docsdev.js
+++ b/docs/configs/docsdev.js
@@ -266,7 +266,7 @@ export default {
                             },
                             {
                                 title: 'Slack',
-                                link: '/en-us/docs/dev/user_doc/guide/alert/slack.html',
+                                link: '/en-us/docs/3.0.2/user_doc/guide/alert/slack.html',
                             },
                         ],
                     },
@@ -385,7 +385,7 @@ export default {
                     },
                     {
                         title: 'PyDolphinScheduler',
-                        link: '/python/3.0.2/index.html',
+                        link: '/python/main/index.html',
                     },
                     {
                         title: 'Health Check',
@@ -804,7 +804,7 @@ export default {
                             },
                             {
                                 title: 'Slack告警',
-                                link: '/zh-cn/docs/dev/user_doc/guide/alert/slack.html',
+                                link: '/zh-cn/docs/3.0.2/user_doc/guide/alert/slack.html',
                             },
                         ],
                     },
@@ -923,7 +923,7 @@ export default {
                     },
                     {
                         title: 'PyDolphinScheduler',
-                        link: '/python/3.0.2/index.html',
+                        link: '/python/main/index.html',
                     },
                     {
                         title: '健康检查',