You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by su...@apache.org on 2020/03/09 01:24:50 UTC

[incubator-iotdb-website] branch link created (now 1f6566b)

This is an automated email from the ASF dual-hosted git repository.

sunzesong pushed a change to branch link
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git.


      at 1f6566b  Try to match ASF link

This branch includes the following new commits:

     new 1f6566b  Try to match ASF link

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-iotdb-website] 01/01: Try to match ASF link

Posted by su...@apache.org.
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 1f6566b769b61acd2f9cd5a44cd76254ee81372a
Author: samperson1997 <sz...@mails.tsinghua.edu.cn>
AuthorDate: Mon Mar 9 09:24: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 c6f9cf1..64a0a39 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":"http://www.apache.org/foundation/","content":"Foundation"},
+          {"url":"http://www.apache.org/licenses/","content":"License"},
+          {"url":"http://www.apache.org/security/","content":"Security"},
+          {"url":"http://www.apache.org/foundation/sponsorship.html","content":"Sponsorship"},
+          {"url":"http://www.apache.org/foundation/thanks.html","content":"Thanks"},
+          {"url":"http://www.apache.org/events/current-event","content":"Current Events"},
         ],
         defaultDocLink: "/Documents/" + Global.DEFAULT_VERSION + "/chap1/sec1",
         defaultDesignLink: "/SystemDesign/" + Global.PROGRESS_STR + "/chap0/sec1"