[www-releases] r289770 - Update links to full llvm.org path.
Tanya Lattner via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 22:13:47 PST 2016
Author: tbrethou
Date: Thu Dec 15 00:13:47 2016
New Revision: 289770
URL: http://llvm.org/viewvc/llvm-project?rev=289770&view=rev
Log:
Update links to full 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
==============================================================================
--- 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">
<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 ">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">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
==============================================================================
--- 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">
</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">release notes</a></td>
+ <td align="center"><a href="http://llvm.org/docs/">docs</a></td>
</tr>
</table>
More information about the llvm-commits
mailing list