summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-10-22 22:44:18 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-10-22 22:44:18 +0200
commit7e6fbcdc780ed083e889ab504e52ae8a9ecfb7fa (patch)
tree24869cc3db5f7a727463cfeb63063b2d53dc966f
parent1d7ba8854e56bf07d6160e8fd6cbd544d73ca72d (diff)
downloadwebsite-7e6fbcdc780ed083e889ab504e52ae8a9ecfb7fa.tar.gz
website-7e6fbcdc780ed083e889ab504e52ae8a9ecfb7fa.tar.bz2
website-7e6fbcdc780ed083e889ab504e52ae8a9ecfb7fa.tar.xz
website-7e6fbcdc780ed083e889ab504e52ae8a9ecfb7fa.zip
Updated section about the development version
The Mana project moved its repositories to github.com
-rw-r--r--downloads.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/downloads.php b/downloads.php
index 026b7be..1d12239 100644
--- a/downloads.php
+++ b/downloads.php
@@ -57,18 +57,18 @@ not available for your operating system or if you've compiled The Mana World man
<h3>Development version</h3>
<p>The latest version of the client is developed as part of the
-<a href="http://manasource.org/">Mana project</a> and it available from the
-<a href="http://gitorious.org/mana">Git repositories on Gitorious</a>. For
+<a href="http://manasource.org/">Mana project</a> and is available from the
+<a href="http://github.com/mana">Git repositories on github</a>. For
checking out the latest development version of the client you can use the
command:</p>
<pre>
-git clone git://gitorious.org/mana/mana.git mana
+git clone git://github.com/mana/mana.git
</pre>
<p>For more instructions and information about other projects like the server
and the dynamic data, please check our
-<a href="http://wiki.themanaworld.org/index.php/Git_Repository">Git wiki
+<a href="http://wiki.themanaworld.org/index.php/Git_repository">Git wiki
page</a>.
<?php