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 2021/12/13 02:18:21 UTC

[dolphinscheduler-website] branch master updated: fix link error

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

zhongjiajie 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 e33da9b  fix link error
     new 79e1334  Merge pull request #563 from linjicong/master
e33da9b is described below

commit e33da9b0342f409d51adc55c780a4ea8d529b59d
Author: linjicong <li...@zy.com>
AuthorDate: Mon Dec 6 15:54:36 2021 +0800

    fix link error
---
 site_config/site.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/site_config/site.js b/site_config/site.js
index 26a9579..112728d 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -114,11 +114,11 @@ export default {
         },
         {
           text: 'Quick start',
-          link: '/en-us/docs/latest/user_doc/quick-start.html',
+          link: '/en-us/docs/latest/user_doc/guide/quick-start.html',
         },
         {
           text: 'Developer guide',
-          link: '/en-us/development/backend-development.html',
+          link: '/en-us/development/development-environment-setup.html',
         },
       ],
     },
@@ -288,11 +288,11 @@ export default {
         },
         {
           text: '快速开始',
-          link: '/zh-cn/docs/latest/user_doc/quick-start.html',
+          link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html',
         },
         {
           text: '开发者指南',
-          link: '/zh-cn/development/backend-development.html',
+          link: '/zh-cn/development/development-environment-setup.html',
         },
       ],
     },