You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/02/07 10:31:17 UTC

[incubator-iotdb-website] branch master updated: [IOTDB-465] [website] Correct link for Quick Start. (#60)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d13d28c  [IOTDB-465] [website] Correct link for Quick Start. (#60)
d13d28c is described below

commit d13d28c6596874abdf5fbe8abe5a6a2bad4a6a98
Author: Jincheng Sun <su...@gmail.com>
AuthorDate: Fri Feb 7 18:31:09 2020 +0800

    [IOTDB-465] [website] Correct link for Quick Start. (#60)
---
 src/components/SideBar.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/SideBar.vue b/src/components/SideBar.vue
index 4a6de24..7f02d1f 100644
--- a/src/components/SideBar.vue
+++ b/src/components/SideBar.vue
@@ -31,7 +31,7 @@
     <router-link to="/Download" class="nav-link btn btn-lg btn-block btn-warning button" style="color: white">
       <span>Download</span>
     </router-link>
-    <router-link to="/Documents/Quick%20Start" class="nav-link btn btn-white btn-lg btn-block button">
+    <router-link to="/Documents/progress/chap0/sec1" class="nav-link btn btn-white btn-lg btn-block button">
       <span>Quick Start</span></router-link>
   </div><!-- /.blog-sidebar -->
 </template>