This is an automated email from the ASF dual-hosted git repository. sunzesong pushed a commit to branch link in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
commit fb8cc9c93b76165b63a17ce6b5c45c82269a5db2 Author: samperson1997 <[email protected]> AuthorDate: Mon Mar 9 09:17:36 2020 +0800 Try to match ASF link --- src/components/NavBar.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 605e195..c6f9cf1 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -124,12 +124,12 @@ {"url": "/Development/RPC", "content": "Changelist of RPC"} ], "ASF": [ - {"url":"https://www.apache.org/foundation/","content":"Foundation"}, - {"url":"https://www.apache.org/licenses/","content":"License"}, - {"url":"https://www.apache.org/security/","content":"Security"}, - {"url":"https://www.apache.org/foundation/sponsorship.html","content":"Sponsorship"}, - {"url":"https://www.apache.org/foundation/thanks.html","content":"Thanks"}, - {"url":"https://www.apache.org/events/current-event","content":"Current Events"}, + {"url":"www.apache.org/foundation/","content":"Foundation"}, + {"url":"www.apache.org/licenses/","content":"License"}, + {"url":"www.apache.org/security/","content":"Security"}, + {"url":"www.apache.org/foundation/sponsorship.html","content":"Sponsorship"}, + {"url":"www.apache.org/foundation/thanks.html","content":"Thanks"}, + {"url":"www.apache.org/events/current-event","content":"Current Events"}, ], defaultDocLink: "/Documents/" + Global.DEFAULT_VERSION + "/chap1/sec1", defaultDesignLink: "/SystemDesign/" + Global.PROGRESS_STR + "/chap0/sec1"
