diff options
author | Derek Allard <derek.allard@ellislab.com> | 2010-02-04 16:14:32 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2010-02-04 16:14:32 +0100 |
commit | 76d0baf6e4032aedeb39934e1b51154af2d20ef1 (patch) | |
tree | e509b2f88b11da3f4b02b22ef713d6d79f1c540c | |
parent | f1b5e3dc85496f5226201213215db08445ecb720 (diff) |
documented move of svn
-rw-r--r-- | user_guide/changelog.html | 1 | ||||
-rw-r--r-- | user_guide/installation/downloads.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 2ee3e8fcf..fc35cdf7f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -93,6 +93,7 @@ SVN Revision: </p> </li> <li>Other Changes <ul> + <li>The SVN repository for CodeIgniter has moved to <a href="http://svn.ellislab.com/CodeIgniter/trunk">http://svn.ellislab.com/CodeIgniter/trunk</a>.</li> <li>Increased randomness with <kbd>is_really_writable()</kbd> to avoid file collisions when hundreds or thousands of requests occur at once.</li> <li>Switched some DIR_WRITE_MODE constant uses to FILE_WRITE_MODE where files and not directories are being operated on.</li> <li><kbd>get_mime_by_extension()</kbd> is now case insensitive.</li> diff --git a/user_guide/installation/downloads.html b/user_guide/installation/downloads.html index 15c0f3035..1048045ca 100644 --- a/user_guide/installation/downloads.html +++ b/user_guide/installation/downloads.html @@ -84,7 +84,7 @@ 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://dev.ellislab.com/svn/CodeIgniter/trunk">http://dev.ellislab.com/svn/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>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://dev.ellislab.com/svn/CodeIgniter/tags">http://dev.ellislab.com/svn/CodeIgniter/tags</a>.</p> </div> <!-- END CONTENT --> |