[www-releases] r289770 - Update links to full llvm.org path.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 13:12:36 PST 2016


> On Dec 14, 2016, at 11:39 PM, Dean Michael Berris <dberris at google.com> wrote:
> 
> On Thu, Dec 15, 2016 at 5:24 PM Tanya Lattner via llvm-commits <llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>> wrote:
> Author: tbrethou
> Date: Thu Dec 15 00:13:47 2016
> New Revision: 289770
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=289770&view=rev <http://llvm.org/viewvc/llvm-project?rev=289770&view=rev>
> Log:
> Update links to full llvm.org <http://llvm.org/> path.
> 
> 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=289770&r1=289769&r2=289770&view=diff <http://llvm.org/viewvc/llvm-project/www-releases/trunk/download.html?rev=289770&r1=289769&r2=289770&view=diff>
> ==============================================================================
> --- www-releases/trunk/download.html (original)
> +++ www-releases/trunk/download.html Thu Dec 15 00:13:47 2016
> @@ -1,6 +1,6 @@
>  <html>
>  <head>
> -  <link rel="stylesheet" type="text/css" href="../llvm.css">
> +  <link rel="stylesheet" type="text/css" href="http://llvm.org/llvm.css <http://llvm.org/llvm.css>">
> 
> It might be more HTTPS friendly if you use "//llvm.org/llvm.css <http://llvm.org/llvm.css>" instead, in case or when llvm.org <http://llvm.org/> goes HTTPS only in the future (or if it ever gets served behind something that's not just http).

Good point. Thanks! 

-Tanya

>  
>    <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="/docs/GettingStarted.html#checkout ">LLVM SVN Repository</a>.  The major
> +href="http://llvm.org/docs/GettingStarted.html#checkout <http://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="/docs/ReleaseNotes.html">Release Notes</a> for the
> +listed in the <a href="http://llvm.org/docs/ReleaseNotes.html <http://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=289770&r1=289769&r2=289770&view=diff <http://llvm.org/viewvc/llvm-project/www-releases/trunk/index.html?rev=289770&r1=289769&r2=289770&view=diff>
> ==============================================================================
> --- www-releases/trunk/index.html (original)
> +++ www-releases/trunk/index.html Thu Dec 15 00:13:47 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="../llvm.css">
> +  <link rel="stylesheet" type="text/css" href="http://llvm.org/llvm.css <http://llvm.org/llvm.css>">
>  </head>
>  <body>
> 
> @@ -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="../docs/ReleaseNotes.html">release notes</a></td>
> -  <td align="center"><a href="../docs/">docs</a></td>
> +  <td align="center"><a href="http://llvm.org/docs/ReleaseNotes.html <http://llvm.org/docs/ReleaseNotes.html>">release notes</a></td>
> +  <td align="center"><a href="http://llvm.org/docs/ <http://llvm.org/docs/>">docs</a></td>
>  </tr>
>  </table>
> 
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org <mailto:llvm-commits at lists.llvm.org>
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/9cc27558/attachment.html>


More information about the llvm-commits mailing list