Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv6501
Modified Files:
links.cgi
Log Message:
Use URL of archived Bench++ site.
Index: links.cgi
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/links.cgi,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** links.cgi 19 Sep 2006 17:39:35 -0000 1.6
--- links.cgi 4 Oct 2006 16:14:27 -0000 1.7
***************
*** 25,29 ****
<li><a href='/cgi-bin/doc.cgi?tab=benchs'>Summary of benchmarks used by CompilerBenchmarks</a></li>
<li><a href='http://www.cs.wisc.edu/~thomas/comp.benchmarks.FAQ.html'>comp.benchmarks FAQ</a></li>
! <li><a href='http://www.research.att.com/~orost/bench_plus_plus.html'>Bench++ Homepage</a></li>
</ul>";
} elsif ($tab eq 'devel') {
--- 25,29 ----
<li><a href='/cgi-bin/doc.cgi?tab=benchs'>Summary of benchmarks used by CompilerBenchmarks</a></li>
<li><a href='http://www.cs.wisc.edu/~thomas/comp.benchmarks.FAQ.html'>comp.benchmarks FAQ</a></li>
! <li><a href='http://web.archive.org/web/20050307095704/www.research.att.com/~orost/bench_plus_plus.html'>Bench++ Homepage</a></li>
</ul>";
} elsif ($tab eq 'devel') {
|