Update of /cvsroot/mantisbt/web
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv32332
Modified Files:
cvs.php
Log Message:
Fix bug #7177: The link to the SourceForge ViewVC installation changed.
Index: cvs.php
===================================================================
RCS file: /cvsroot/mantisbt/web/cvs.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- cvs.php 19 Sep 2005 01:18:38 -0000 1.5
+++ cvs.php 18 Jun 2006 13:37:55 -0000 1.6
@@ -7,7 +7,7 @@
Follow the link and follow the commands there. The module name you want to
use is <i>mantisbt</i>.
<p>
<p class="center"><a class="bold"
href="http://sourceforge.net/cvs/?group_id=14963">Mantis CVS</a>
-<p class="center"><a class="bold"
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mantisbt">Browse Mantis
CVS</a>
+<p class="center"><a class="bold"
href="http://mantisbt.cvs.sourceforge.net/mantisbt/">Browse Mantis CVS</a>
<p class="center"><a class="bold"
href="http://cvs.sourceforge.net/cvstarballs/mantisbt-cvsroot.tar.bz2">Download
Nightly Tarball</a>
<?php include( "adsense_vertical_inc.php" ); ?>
|
|