You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/10/28 12:23:22 UTC

[dolphinscheduler-website] branch master updated: Fix broken link: homepage quick start (#484)

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

kirs 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 10749a2  Fix broken link: homepage quick start (#484)
10749a2 is described below

commit 10749a2ebbb0c1405c7c6fc6d6cfdbd0e32facd5
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Thu Oct 28 20:23:15 2021 +0800

    Fix broken link: homepage quick start (#484)
---
 site_config/home.jsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site_config/home.jsx b/site_config/home.jsx
index 8b751b2..a4f44cf 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -6,7 +6,7 @@ export default {
       buttons: [
         {
           text: '立即开始',
-          link: '/zh-cn/docs/latest/user_doc/quick-start.html',
+          link: '/zh-cn/docs/latest/user_doc/guide/quick-start.html',
           type: 'primary',
         },
         {
@@ -310,7 +310,7 @@ export default {
       buttons: [
         {
           text: 'Quick Start',
-          link: '/en-us/docs/latest/user_doc/quick-start.html',
+          link: '/en-us/docs/latest/user_doc/guide/quick-start.html',
           type: 'primary',
         },
         {