This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 11d64b8 Update the QuickStart link in Home page (#3898)
11d64b8 is described below
commit 11d64b8c601b3bd4e219542905d74546999e8399
Author: Haonan <[email protected]>
AuthorDate: Thu Sep 2 23:47:15 2021 +0800
Update the QuickStart link in Home page (#3898)
---
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");
}
}
};