correct git URL
authorDirk Koopman <djk@tobit.co.uk>
Fri, 27 Jul 2007 11:07:02 +0000 (12:07 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 27 Jul 2007 11:07:02 +0000 (12:07 +0100)
html/index.html
perl/Version.pm

index 379700d7789a9cd0d1a5fd00ccd7b5d7227d1c91..a2dcc0744c5dd2607cfb836dbe1b7c9588f580e6 100644 (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.
index cd6f7a9b31b7d0dec364e99b83e07af11bd4d6c0..ac7ed80a4c4367270cc96079e5069d0759ef9f57 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '131';
+$build = '132';
 
 1;