You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/10/16 03:48:08 UTC

[dolphinscheduler-website] branch master updated: Correct dev leading page url wrong (#454)

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

leonbao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler-website.git


The following commit(s) were added to refs/heads/master by this push:
     new ea6ce2c  Correct dev leading page url wrong (#454)
ea6ce2c is described below

commit ea6ce2c704090400faa381519442ae81ba082316
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Sat Oct 16 11:48:02 2021 +0800

    Correct dev leading page url wrong (#454)
---
 site_config/site.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site_config/site.js b/site_config/site.js
index d7c8513..f312050 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -77,7 +77,7 @@ export default {
           {
             key: 'docsdev',
             text: 'dev',
-            link: '/en-us/docs/dev/user_doc/quick-start.html',
+            link: '/en-us/docs/dev/user_doc/guide/quick-start.html',
           },
         ],
       },
@@ -289,7 +289,7 @@ export default {
           {
             key: 'docsdev',
             text: 'dev',
-            link: '/zh-cn/docs/dev/user_doc/quick-start.html',
+            link: '/zh-cn/docs/dev/user_doc/guide/quick-start.html',
           },
         ],
       },