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 /system/application/config/config.php | |
parent | df264429b7171da21524be93d38e334fadec801b (diff) |
replaced www.codeigniter.com with codeigniter.com
Diffstat (limited to 'system/application/config/config.php')
-rw-r--r-- | system/application/config/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php index 3b2ca4a14..a02fed142 100644 --- a/system/application/config/config.php +++ b/system/application/config/config.php @@ -51,7 +51,7 @@ $config['uri_protocol'] = "AUTO"; | This option allows you to add a suffix to all URLs generated by CodeIgniter.
| For more information please see the user guide:
|
-| http://www.codeigniter.com/user_guide/general/urls.html
+| http://codeigniter.com/user_guide/general/urls.html
*/
$config['url_suffix'] = "";
@@ -99,8 +99,8 @@ $config['enable_hooks'] = FALSE; | This item allows you to set the filename/classname prefix when extending
| native libraries. For more information please see the user guide:
|
-| http://www.codeigniter.com/user_guide/general/core_classes.html
-| http://www.codeigniter.com/user_guide/general/creating_libraries.html
+| http://codeigniter.com/user_guide/general/core_classes.html
+| http://codeigniter.com/user_guide/general/creating_libraries.html
|
*/
$config['subclass_prefix'] = 'MY_';
|