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 4b5e66f fix homepage link (#1806)
4b5e66f is described below
commit 4b5e66f7622c75e2e8270cd8ddf2579f358591fe
Author: Haonan <[email protected]>
AuthorDate: Wed Oct 7 13:07:55 2020 +0800
fix homepage link (#1806)
---
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 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");
}
}
};
diff --git a/site/src/main/.vuepress/theme/global-components/IoTDBZH.vue
b/site/src/main/.vuepress/theme/global-components/IoTDBZH.vue
index bdcfb19..dd80e23 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.9.x/1-Overview/1-What%20is%20IoTDB.html");
+ this.$router.push("/zh/UserGuide/V0.10.x/Get%20Started/QuickStart.html");
}
}
};