This is an automated email from the ASF dual-hosted git repository. sunzesong pushed a commit to branch revert-63-link in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
commit 39638fb0de12e3aaf912fa77eb0ca4e52d1ad1a8 Author: Zesong Sun <[email protected]> AuthorDate: Mon Mar 9 09:22:42 2020 +0800 Revert "Try to match ASF link (#63)" This reverts commit 348354b3ff86171f0244a5d8a761e3c4b77f13df. --- 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 c6f9cf1..605e195 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -124,12 +124,12 @@ {"url": "/Development/RPC", "content": "Changelist of RPC"} ], "ASF": [ - {"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"}, + {"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"}, ], defaultDocLink: "/Documents/" + Global.DEFAULT_VERSION + "/chap1/sec1", defaultDesignLink: "/SystemDesign/" + Global.PROGRESS_STR + "/chap0/sec1"
