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

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


The following commit(s) were added to refs/heads/master by this push:
     new fa8fd5f  Document quick start link replaced with 1.3.4 (#252)
fa8fd5f is described below

commit fa8fd5f4a346ddc641daf60ba31bac79e99ed812
Author: break60 <[email protected]>
AuthorDate: Thu Jan 7 23:09:14 2021 +0800

    Document quick start link replaced with 1.3.4 (#252)
    
    * Modified version number
    
    * Document quick start link replaced with 1.3.4
---
 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 53eb5f3..8b6976e 100755
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -136,7 +136,7 @@ export default {
         },
         {
           text: 'Quick start',
-          link: '/en-us/docs/1.3.3/user_doc/quick-start.html',
+          link: '/en-us/docs/1.3.4/user_doc/quick-start.html',
         },
         {
           text: 'Developer guide',
@@ -302,7 +302,7 @@ export default {
         },
         {
           text: '快速开始',
-          link: '/zh-cn/docs/1.3.3/user_doc/quick-start.html',
+          link: '/zh-cn/docs/1.3.4/user_doc/quick-start.html',
         },
         {
           text: '开发者指南',

Reply via email to