You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2018/02/28 01:12:22 UTC

[incubator-pulsar] branch master updated: Updated ASF links on index page. (#1305)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e1465a  Updated ASF links on index page. (#1305)
3e1465a is described below

commit 3e1465aaf70d6f5595cd1a04206cb1d7e6f8edef
Author: Matteo Merli <mm...@apache.org>
AuthorDate: Tue Feb 27 17:12:20 2018 -0800

    Updated ASF links on index page. (#1305)
    
    This includes fixes from some of the issues reported in #1266
---
 site/_includes/footer.html |  1 +
 site/_includes/navbar.html | 12 ++++++------
 site/index.html            |  2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/site/_includes/footer.html b/site/_includes/footer.html
index 83135e2..21a54f5 100644
--- a/site/_includes/footer.html
+++ b/site/_includes/footer.html
@@ -21,5 +21,6 @@
 <footer class="footer">
   <div class="container">
     <p class="text-center">Copyright {{'now' | date: '%Y'}} The Apache Software Foundation. All Rights Reserved.</p>
+    <p class="text-center">Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
   </div>
 </footer>
diff --git a/site/_includes/navbar.html b/site/_includes/navbar.html
index 2f67114..c13a74c 100644
--- a/site/_includes/navbar.html
+++ b/site/_includes/navbar.html
@@ -105,11 +105,11 @@
           <a class="dropdown-item" href="{{ site.baseurl }}team">Team</a>
           <div class="dropdown-divider"></div>
           <h3 class="dropdown-header">Apache</h3>
-          <a class="dropdown-item" href="http://www.apache.org/">The Apache Software Foundation</a>
-          <a class="dropdown-item" href="http://www.apache.org/licenses/">License</a>
-          <a class="dropdown-item" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
-          <a class="dropdown-item" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
-          <a class="dropdown-item" href="http://www.apache.org/security">Security</a>
+          <a class="dropdown-item" href="https://www.apache.org/">The Apache Software Foundation</a>
+          <a class="dropdown-item" href="https://www.apache.org/licenses/">License</a>
+          <a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+          <a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a>
+          <a class="dropdown-item" href="https://www.apache.org/security">Security</a>
         </div>
       </li>
     </ul>
@@ -142,4 +142,4 @@
       </li>
     </ul>
   </div>
-</nav>-->
\ No newline at end of file
+</nav>-->
diff --git a/site/index.html b/site/index.html
index bdbfb67..3b1eba9 100644
--- a/site/index.html
+++ b/site/index.html
@@ -70,7 +70,7 @@ layout: default
         Apache Pulsar is an effort undergoing incubation at <a href="http://www.apache.org">The Apache Software Foundation (ASF)</a> sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability  [...]
       </p>
       <p>
-        Apache Pulsar (incubating) is available under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>.
+        Apache Pulsar (incubating) is available under the <a href="https://www.apache.org/licenses/">Apache License, version 2.0</a>.
       </p>
     </div>
   </div>

-- 
To stop receiving notification emails like this one, please contact
mmerli@apache.org.