You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2022/12/04 00:12:04 UTC

[incubator-tuweni-website] branch main updated: fix link to licenses

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

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 498ae1e  fix link to licenses
498ae1e is described below

commit 498ae1eeb9ac2d9db9ed4e2d38c91473aac1a186
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sat Dec 3 16:11:55 2022 -0800

    fix link to licenses
---
 _includes/themes/apache/_navigation.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html
index 711a9aa..9e032e2 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -39,12 +39,12 @@
                 <li id="apache">
                     <a href="#" data-toggle="dropdown" class="dropdown-toggle">Apache<b class="caret"></b></a>
                     <ul class="dropdown-menu">
-                        <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
-                        <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
-                        <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                        <li><a href="https://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
+                        <li><a href="https://www.apache.org/licenses/">Apache License</a></li>
+                        <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
                         <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
                         <li><a href="https://www.apache.org/security/">Security</a></li>
-                        <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
                     </ul>
                 </li>
             </ul>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org