Update of /cvsroot/webnotes/web
In directory usw-pr-cvs1:/tmp/cvs-serv14603
Modified Files:
bugtracker.php
Log Message:
Use relative paths, not full paths
Index: bugtracker.php
===================================================================
RCS file: /cvsroot/webnotes/web/bugtracker.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bugtracker.php 9 Sep 2002 00:35:44 -0000 1.4
+++ bugtracker.php 30 Sep 2002 04:36:45 -0000 1.5
@@ -2,6 +2,6 @@
<span class="page_title">Bugtracker</span>
<hr size="1" noshade="noshade" width="100%">
<p>phpWebNotes uses Mantis Bugtracker to track bugs and feature requests.
-Signup and <a href="http://webnotes.sf.net/mantis">login</a> now to submit bugs and feature requests.</p>
+Signup and <a href="/mantis/">login</a> now to submit bugs and feature requests.</p>
<p>Thanks for <a href="http://mantisbt.sf.net">Mantis</a> team for developing such an excellent tool.</p>
<?php include('footer.php') ?>
|