summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-09-08 14:58:49 +0200
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-09-08 14:58:49 +0200
commita0c049321a6470c14aed9511b5c94f7245ca71b3 (patch)
treea65a78b92c85d433b9e0a1a2600e404abf99a7b6
parentbff3dfda42b58289c41f88342a0ab17846f52f3b (diff)
parenta1f3175a39caabf8983b778b1e00d076e00f537b (diff)
Merge pull request #416 from purandi/develop
Modified repo from mercurial to git on User Guide
-rw-r--r--user_guide/installation/downloads.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html
index 539fbc170..bb18f1de2 100644
--- a/user_guide/installation/downloads.html
+++ b/user_guide/installation/downloads.html
@@ -88,14 +88,14 @@ Downloading CodeIgniter
-<h1 id="hg">Mercurial Server</h1>
-<p><a href="http://mercurial.selenic.com">Mercurial</a> is a distributed version control system.</p>
+<h1 id="git">Git Server</h1>
+<p><a href="http://git-scm.com/about">Git</a> is a distributed version control system.</p>
- <p>Public Hg access is available at <a href="http://bitbucket.org/ellislab/codeigniter-reactor/">BitBucket</a>.
+ <p>Public Git access is available at <a href="https://github.com/EllisLab/CodeIgniter">GitHub</a>.
Please note that while every effort is made to keep this code base functional, we cannot guarantee the functionality of code taken
from the tip.</p>
- <p>Beginning with version 1.6.1, stable tags are also available via BitBucket, simply select the version from the Tags dropdown.</p>
+ <p>Beginning with version 2.0.3, stable tags are also available via GitHub, simply select the version from the Tags dropdown.</p>
</div>
<!-- END CONTENT -->