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:18:00 UTC

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

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 fb8cc9c  Try to match ASF link

This branch includes the following new commits:

     new fb8cc9c  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 fb8cc9c93b76165b63a17ce6b5c45c82269a5db2
Author: samperson1997 <sz...@mails.tsinghua.edu.cn>
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"