correct git URL

This commit is contained in:
Dirk Koopman 2007-07-27 12:07:02 +01:00
parent f493dbf120
commit a1d0475352
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ Last modified: Fri Jul 20 21:21:00 GMT 2007
<li> We have a new <a href="http://wiki.dxcluster.org">Wiki</a> where, hopefully, more up to date versions of the documentation can be found (this is work in progress).
<li> Peruse the <a href="spiderFAQ_en.html">FAQ</a>
<li> If you are on the bleeding edge, see the <a href="spiderCVS_en.html">CVS Addendum</a>.
<li> <a href="/cgi-bin/gitweb.cgi?p=spider.git">Browse</a> the <a href="git.or.cz">Git</a> Repository.
<li> <a href="/cgi-bin/gitweb.cgi?p=spider.git">Browse</a> the <a href="http://git.or.cz">Git</a> Repository.
<li> Explaining the <a href="client.html">client</a> programs.
<li> <a href="cron.html">Periodic</a> jobs, e.g. starting connection to other clusters.
<li> <a href="program.html">Programming</a> new commands or altering existing ones.

View File

@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
$version = '1.54';
$subversion = '0';
$build = '131';
$build = '132';
1;