summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorDavid Disseldorp <ddiss@suse.de>2011-03-29 11:08:39 +0200
committerMichael Adam <obnox@samba.org>2011-04-07 09:56:27 +0200
commit3b826a6720feadcc28920174dbf58097fcc0c7a2 (patch)
tree4a8743f15d91a5a2d9a8b31165fd7820041ce526 /ctdb/web
parent55853a468331191810ade2115e5b10c3d68779ab (diff)
downloadsamba-3b826a6720feadcc28920174dbf58097fcc0c7a2.tar.gz
samba-3b826a6720feadcc28920174dbf58097fcc0c7a2.tar.xz
samba-3b826a6720feadcc28920174dbf58097fcc0c7a2.zip
web: use the new git repository url on the download page
Signed-off-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit b36818888fac7ebbed26fcdd2dd1d426e3d2f8f0)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/download.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/web/download.html b/ctdb/web/download.html
index 85aa88e7396..fdcab500295 100644
--- a/ctdb/web/download.html
+++ b/ctdb/web/download.html
@@ -11,7 +11,7 @@ Both source trees are stored in git repositories.<p>
<h2>CTDB</h2>
To get an initial checkout of the ctdb code do this:
<pre>
- git clone git://git.samba.org/sahlberg/ctdb.git ctdb
+ git clone git://git.samba.org/ctdb.git ctdb
</pre>
To update this tree when improvements are made in the upstream code do this: