[Openfirst-cvscommit] www/htdocs/doc index.php,1.2,1.3
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-07-02 15:18:42
|
Update of /cvsroot/openfirst/www/htdocs/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6489 Modified Files: index.php Log Message: Use relative path to HOWTO, since Dotster is holding openfirst.org hostage at the moment. Index: index.php =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/doc/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 25 May 2005 21:11:38 -0000 1.2 --- index.php 2 Jul 2005 15:18:33 -0000 1.3 *************** *** 21,25 **** <h2>Developer / Volunteer</h2> <ul> ! <li><a href="http://www.openfirst.org/doc/tut/howto/">openFIRST Contributor's HOWTO</a></li> <li><a href="/cvs/smartcvs/">SmartCVS Tutorial for access to the openFIRST CVS repository</a> (for SmartCVS version 2)</li> <li><a href="/cvs/smartcvs3/">SmartCVS Tutorial for access to the openFIRST CVS repository</a> (for SmartCVS version 3)</li> --- 21,25 ---- <h2>Developer / Volunteer</h2> <ul> ! <li><a href="/doc/tut/howto/">openFIRST Contributor's HOWTO</a></li> <li><a href="/cvs/smartcvs/">SmartCVS Tutorial for access to the openFIRST CVS repository</a> (for SmartCVS version 2)</li> <li><a href="/cvs/smartcvs3/">SmartCVS Tutorial for access to the openFIRST CVS repository</a> (for SmartCVS version 3)</li> |