diff options
author | purwandi <free6300@gmail.com> | 2011-09-08 14:05:29 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-11-10 12:55:13 +0100 |
commit | 56aff8b1339989a387bae47cbad0f6b3b8617ccf (patch) | |
tree | 4a513dad1f7babf1fc49b2400057563ebfe4d5a3 /user_guide | |
parent | 08277175e84c658a611c530ffea9cffae057c0f5 (diff) |
Modified repo from mercurial to git on User Guide
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/installation/downloads.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index 074fd8bcd..e4e0bc27f 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 --> |