From f025af4217908ea34cc2be5475ccc648c8b7bed1 Mon Sep 17 00:00:00 2001 From: Jay Chung Date: Fri, 25 Nov 2022 17:29:03 +0800 Subject: [PATCH] [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: '健康检查',