|
From: <sv...@va...> - 2012-03-23 17:40:53
|
jf 2012-03-23 17:40:42 +0000 (Fri, 23 Mar 2012)
New Revision: 458
Log:
repair broken links to downloads from info/news.html
Were relative, should be either absolute or go up one directory
Modified files:
trunk/info/news.html
Modified: trunk/info/news.html (+3 -3)
===================================================================
--- trunk/info/news.html 2012-03-23 17:11:11 +00:00 (rev 457)
+++ trunk/info/news.html 2012-03-23 17:40:42 +00:00 (rev 458)
@@ -13,7 +13,7 @@
build a 64-bit capable Valgrind, which is probably what you need on
10.6, you must use the configure-time flag "--build=amd64-darwin".
For more details see the
- <a href="downloads/repository.html">repository</a> page.
+ <a href="/downloads/repository.html">repository</a> page.
</p></li>
<li><p>July 1 2010: Initial support for the SSE4.1/4.2 instruction
@@ -21,14 +21,14 @@
present. The implementation is incomplete but is believed to cover
all instructions generated by gcc-4.4/4.5 "-O3 -msse4.2". Work on
further coverage is ongoing. For more details see the
- <a href="downloads/repository.html">repository</a> page.
+ <a href="/downloads/repository.html">repository</a> page.
</p></li>
<li><p>May 6 2010: Initial support for ARM/Linux has been folded into
the SVN trunk, and is usable on Ubuntu 9.04 and 9.10 for ARM.
Further development to support more recent Ubuntus and the full
ARMv7 instruction set is in progress. For more details see the
- <a href="downloads/repository.html">repository</a> page.
+ <a href="/downloads/repository.html">repository</a> page.
</p></li>
<li><p>May 5 2010: Valgrind t-shirts are available for purchase at
|