You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by rm...@apache.org on 2020/09/29 07:46:17 UTC

svn commit: r1882110 - /bval/cms-site/trunk/templates/std.html

Author: rmannibucau
Date: Tue Sep 29 07:46:16 2020
New Revision: 1882110

URL: http://svn.apache.org/viewvc?rev=1882110&view=rev
Log:
moving to https for bval website

Modified:
    bval/cms-site/trunk/templates/std.html

Modified: bval/cms-site/trunk/templates/std.html
URL: http://svn.apache.org/viewvc/bval/cms-site/trunk/templates/std.html?rev=1882110&r1=1882109&r2=1882110&view=diff
==============================================================================
--- bval/cms-site/trunk/templates/std.html (original)
+++ bval/cms-site/trunk/templates/std.html Tue Sep 29 07:46:16 2020
@@ -46,14 +46,14 @@ under the License.
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
   <!--[if lt IE 9]>
-    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+    <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
   <![endif]-->
 
   <!-- Fav and touch icons -->
-  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
-  <link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
+  <link rel="apple-touch-icon-precomposed" href="https://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
   <link rel="shortcut icon" href="{{base}}resources/images/feather-small.png">
 
   <title>Apache BVal</title>
@@ -104,17 +104,17 @@ under the License.
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
                 <img src="{{base}}resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
-                <li><a href="http://www.apache.org">Home</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Support</a></li>
+                <li><a href="https://www.apache.org">Home</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html">Support</a></li>
               </ul>
             </li>
           </ul>
-          <form id="search-form" class="navbar-search pull-right" action="http://www.google.com/cse" method="get">
+          <form id="search-form" class="navbar-search pull-right" action="https://www.google.com/cse" method="get">
             <input value="bval.apache.org" name="sitesearch" type="hidden" />
             <input class="search-query" name="q" id="query" type="text" />
           </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><!--/.nav-collapse -->
       </div>
     </div>
@@ -130,7 +130,7 @@ under the License.
 
   <div class="container">
     <footer>
-      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
+      <p>Copyright © 2010-2020 The Apache Software Foundation. Licensed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.
         View our <a href="{{base}}privacy-policy.html">privacy policy</a>.
       </p>
       <p>Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.
@@ -142,7 +142,7 @@ under the License.
   <!-- Le javascript
   ================================================== -->
   <!-- Placed at the end of the document so the pages load faster -->
-  <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
+  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"; type="text/javascript"></script>
   <script src="/resources/js/bootstrap.min.js"></script>
 
 </body>