diff options
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/installation/downloads.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index f5f6b324f..271be7f63 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.html @@ -82,10 +82,14 @@ Downloading CodeIgniter -<h1><a name="svn" id="svn"></a>Subversion Server</h1> -<p><a href="http://subversion.tigris.org">Subversion</a> is a version control system. </p> -<p>Public subversion access is now available via <a href="http://svn.ellislab.com/CodeIgniter/trunk">http://svn.ellislab.com/CodeIgniter/trunk</a> please note that while every effort is made to keep this codebase functional, we cannot guarantee the functionality of code taken from the repository.</p> -<p>Beginning with version 1.6.1, version snapshots (tags) are also available via the Subversion server via <a href="http://svn.ellislab.com/CodeIgniter/tags">http://svn.ellislab.com/CodeIgniter/tags</a>.</p> +<h1 id="hg"></a>Mercurial Server</h1> +<p><a href="http://mercurial.selenic.com">Mercurial</a> is a distributed version control system.</p> + + <p>Public Hg access is available at <a href="http://bitbucket.org/ellislab/codeigniter/">BitBucket</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> </div> <!-- END CONTENT --> |