You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/09/02 15:31:03 UTC

[iotdb] branch homepagelink created (now 27ffabf)

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

haonan pushed a change to branch homepagelink
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 27ffabf  Update the QuickStart link in Home page

This branch includes the following new commits:

     new 27ffabf  Update the QuickStart link in Home page

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: Update the QuickStart link in Home page

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch homepagelink
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 27ffabffe5f0ce627c716577cf4fbc66bd96bc95
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Sep 2 23:30:31 2021 +0800

    Update the QuickStart link in Home page
---
 site/src/main/.vuepress/theme/global-components/IoTDB.vue   | 2 +-
 site/src/main/.vuepress/theme/global-components/IoTDBZH.vue | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/src/main/.vuepress/theme/global-components/IoTDB.vue b/site/src/main/.vuepress/theme/global-components/IoTDB.vue
index 1a4a9c0..2e33121 100644
--- a/site/src/main/.vuepress/theme/global-components/IoTDB.vue
+++ b/site/src/main/.vuepress/theme/global-components/IoTDB.vue
@@ -191,7 +191,7 @@ export default {
       this.$router.push("/Download/");
     },
     addRoutes2() {
-      this.$router.push("/UserGuide/V0.10.x/Get%20Started/QuickStart.html");
+      this.$router.push("/UserGuide/Master/QuickStart/QuickStart.html");
     }
   }
 };
diff --git a/site/src/main/.vuepress/theme/global-components/IoTDBZH.vue b/site/src/main/.vuepress/theme/global-components/IoTDBZH.vue
index dd80e23..777d409 100644
--- a/site/src/main/.vuepress/theme/global-components/IoTDBZH.vue
+++ b/site/src/main/.vuepress/theme/global-components/IoTDBZH.vue
@@ -185,7 +185,7 @@ export default {
       this.$router.push("/zh/Download/");
     },
     addRoutes2() {
-      this.$router.push("/zh/UserGuide/V0.10.x/Get%20Started/QuickStart.html");
+      this.$router.push("/zh/UserGuide/Master/QuickStart/QuickStart.html");
     }
   }
 };