This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fix_homepage_link in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 722fb7a78774aafb1f058f4c66699135102bec44 Author: HTHou <[email protected]> AuthorDate: Wed Oct 7 11:25:50 2020 +0800 fix homepage link --- site/src/main/.vuepress/theme/global-components/IoTDB.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/main/.vuepress/theme/global-components/IoTDB.vue b/site/src/main/.vuepress/theme/global-components/IoTDB.vue index eb1902a..1a4a9c0 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.9.x/1-Overview/1-What%20is%20IoTDB.html"); + this.$router.push("/UserGuide/V0.10.x/Get%20Started/QuickStart.html"); } } };
