You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ha...@apache.org on 2022/11/25 19:29:08 UTC

[nuttx-website] 01/01: Navigation: Use https for user-facing apache.org links

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

hartmannathan pushed a commit to branch https-nav
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git

commit cf38b4d0880dbf986db5ad9473999ff4fde3d3db
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Fri Nov 25 14:28:53 2022 -0500

    Navigation: Use https for user-facing apache.org links
    
    * _includes/themes/apache/_navigation.html:
      (dropdown-menu): Change http:// to https:// in navigation links to
       License, Security, and other foundation-wide links.
---
 _includes/themes/apache/_navigation.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html
index d06f1f62..1617db1e 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -26,13 +26,13 @@
             <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/">License</a></li>
-                <li><a href="http://www.apache.org/security/">Security</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/">License</a></li>
+                <li><a href="https://www.apache.org/security/">Security</a></li>
                 <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
-                <li><a href="http://www.apache.org/events/current-event">Events</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/events/current-event">Events</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
                 </ul>
             </li>
           </ul>