You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ta...@apache.org on 2019/03/12 13:42:25 UTC

svn commit: r1855321 - /openwebbeans/cms-site/trunk/templates/header.html

Author: tandraschko
Date: Tue Mar 12 13:42:25 2019
New Revision: 1855321

URL: http://svn.apache.org/viewvc?rev=1855321&view=rev
Log:
https

Modified:
    openwebbeans/cms-site/trunk/templates/header.html

Modified: openwebbeans/cms-site/trunk/templates/header.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/templates/header.html?rev=1855321&r1=1855320&r2=1855321&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/templates/header.html (original)
+++ openwebbeans/cms-site/trunk/templates/header.html Tue Mar 12 13:42:25 2019
@@ -45,21 +45,21 @@
                 <li class="dropdown">
                     <a class="dropdown-toggle" data-toggle="dropdown" href="#" aria-haspopup="true">Misc<span class="caret"></span></a>
                     <ul class="dropdown-menu">
-                        <li><a href="http://www.apache.org">Apache Home</a></li>
+                        <li><a href="https://www.apache.org">Apache Home</a></li>
                         <li><a href="{{base}}misc/contact.html">Contact</a></li>
                         <li><a href="{{base}}misc/legal.html">Legal</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/foundation/sponsorship.html">Sponsorship</a></li>
+                        <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
                         <!-- <li class="divider"/> -->
                     </ul>
                 </li>
             </ul>
             <!--/.nav-collapse -->
-            <form id="search-form" action="http://www.google.com/search" method="get" class="navbar-search pull-right">
+            <form id="search-form" action="https://www.google.com/search" method="get" class="navbar-search pull-right">
                 <input value="openwebbeans.apache.org" name="sitesearch" type="hidden"/>
                 <input class="search-query" name="q" id="query" type="search"/>
             </form>
-            <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=search-form"></script>
+            <script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=search-form"></script>
         </div>
     </div>
 </nav>