diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-01-21 19:39:20 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-01-21 19:39:20 +0100 |
commit | 7a9193afa6d890a91eb3528fa0e62df799b07ed6 (patch) | |
tree | 404f1b435a1774901570a71dd228ad0a4d76495d /user_guide/changelog.html | |
parent | df264429b7171da21524be93d38e334fadec801b (diff) |
replaced www.codeigniter.com with codeigniter.com
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index e1d2365d4..a852d7428 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -40,7 +40,7 @@ <table cellpadding="0" cellspacing="0" border="0" style="width:100%">
<tr>
<td id="breadcrumb">
-<a href="http://www.codeigniter.com/">CodeIgniter Home</a> ›
+<a href="http://codeigniter.com/">CodeIgniter Home</a> ›
<a href="index.html">User Guide Home</a> ›
Change Log
</td>
@@ -371,7 +371,7 @@ Change Log <ul>
<li>Added <a href="hooks.html">Hooks</a> feature, enabling you to tap into and modify the inner workings of the framework without hacking the core files.</li>
-<li>Added the ability to organize controller files <a href="controllers.html">into sub-folders</a>. Kudos to Marco for <a href="http://www.codeigniter.com/forums/viewthread/627/">suggesting</a> this (and the next two) feature.</li>
+<li>Added the ability to organize controller files <a href="controllers.html">into sub-folders</a>. Kudos to Marco for <a href="http://codeigniter.com/forums/viewthread/627/">suggesting</a> this (and the next two) feature.</li>
<li>Added regular expressions support for <a href="routing.html">routing rules</a>.</li>
<li>Added the ability to <a href="controllers.html">remap function calls</a> within your controllers.</li>
<li>Added the ability to <a href="core_classes.html">replace core system classes</a> with your own classes.</li>
@@ -576,7 +576,7 @@ Previous Topic: <a href="license.html">License Agreement</a> <a href="index.html">User Guide Home</a> ·
Next Topic: <a href="./general/credits.html">Credits</a>
</p>
-<p><a href="http://www.codeigniter.com">CodeIgniter</a> · Copyright © 2007 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
+<p><a href="http://codeigniter.com">CodeIgniter</a> · Copyright © 2007 · <a href="http://ellislab.com/">Ellislab, Inc.</a></p>
</div>
</body>
|