[www-releases] r289860 - Remove http from links to be more https friendly.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 11:40:55 PST 2016


Author: tbrethou
Date: Thu Dec 15 13:40:55 2016
New Revision: 289860

URL: http://llvm.org/viewvc/llvm-project?rev=289860&view=rev
Log:
Remove http from links to be more https friendly.

Modified:
    www-releases/trunk/download.html
    www-releases/trunk/index.html

Modified: www-releases/trunk/download.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/download.html?rev=289860&r1=289859&r2=289860&view=diff
==============================================================================
--- www-releases/trunk/download.html (original)
+++ www-releases/trunk/download.html Thu Dec 15 13:40:55 2016
@@ -1,6 +1,6 @@
 <html>
 <head>
-  <link rel="stylesheet" type="text/css" href="http://llvm.org/llvm.css">
+  <link rel="stylesheet" type="text/css" href="//llvm.org/llvm.css">
   <title>LLVM Download Page</title>
 </head>
 <body>
@@ -18,9 +18,9 @@
 <div class="rel_boxtext">
 <p>If you'd like access to the "latest and greatest" in LLVM development, please
 see the instructions for accessing the <a
-href="http://llvm.org/docs/GettingStarted.html#checkout ">LLVM SVN Repository</a>.  The major
+href="//llvm.org/docs/GettingStarted.html#checkout ">LLVM SVN Repository</a>.  The major
 changes and improvements that SVN contains relative to the previous release are
-listed in the <a href="http://llvm.org/docs/ReleaseNotes.html">Release Notes</a> for the
+listed in the <a href="//llvm.org/docs/ReleaseNotes.html">Release Notes</a> for the
 next release.</p>
 </div>
 

Modified: www-releases/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www-releases/trunk/index.html?rev=289860&r1=289859&r2=289860&view=diff
==============================================================================
--- www-releases/trunk/index.html (original)
+++ www-releases/trunk/index.html Thu Dec 15 13:40:55 2016
@@ -4,7 +4,7 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
   <title>Download LLVM releases</title>
-  <link rel="stylesheet" type="text/css" href="http://llvm.org/llvm.css">
+  <link rel="stylesheet" type="text/css" href="//llvm.org/llvm.css">
 </head>
 <body>
 
@@ -18,7 +18,7 @@
 
 <div class="rel_boxtext">
 
-<p><a href="http://llvm.org">LLVM</a> is distributed under the <a
+<p><a href="//llvm.org">LLVM</a> is distributed under the <a
 href="3.9.0/LICENSE.TXT">University of Illinois Open Source License</a>, an <a
 href="http://www.opensource.org/licenses/UoI-NCSA.php">OSI-approved</a>
 license.</p>
@@ -29,7 +29,7 @@ license.</p>
 
 <div class="rel_boxtext">
 If you are interested in LLVM, we strongly encourage you to sign up for the
-<a href="http://lists.llvm.org/mailman/listinfo/llvm-announce">
+<a href="//lists.llvm.org/mailman/listinfo/llvm-announce">
 LLVM announcements mailing list</a>.  This list is an extremely low volume
 list (less than one email per month) that is a good way to keep track of the
 high-level happenings in the LLVM community.
@@ -54,8 +54,8 @@ source download and online.</p>
   <td>Current</td>
   <td>SVN</td>
   <td align="center"><a href="download.html#svn">via SVN</a></td>
-  <td align="center"><a href="http://llvm.org/docs/ReleaseNotes.html">release notes</a></td>
-  <td align="center"><a href="http://llvm.org/docs/">docs</a></td>
+  <td align="center"><a href="//llvm.org/docs/ReleaseNotes.html">release notes</a></td>
+  <td align="center"><a href="//llvm.org/docs/">docs</a></td>
 </tr>
 </table>
 




More information about the llvm-commits mailing list