This is an automated email from the ASF dual-hosted git repository.
sunzesong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
The following commit(s) were added to refs/heads/master by this push:
new 348354b Try to match ASF link (#63)
348354b is described below
commit 348354b3ff86171f0244a5d8a761e3c4b77f13df
Author: Zesong Sun <[email protected]>
AuthorDate: Mon Mar 9 09:18:24 2020 +0800
Try to match ASF link (#63)
---
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"