diff options
Diffstat (limited to 'system/application')
-rw-r--r-- | system/application/config/config.php | 6 | ||||
-rw-r--r-- | system/application/config/hooks.php | 2 | ||||
-rw-r--r-- | system/application/config/routes.php | 2 | ||||
-rw-r--r-- | system/application/config/smileys.php | 2 |
4 files changed, 6 insertions, 6 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_';
diff --git a/system/application/config/hooks.php b/system/application/config/hooks.php index 95e74cbf4..f0a0d6e3a 100644 --- a/system/application/config/hooks.php +++ b/system/application/config/hooks.php @@ -6,7 +6,7 @@ | This file lets you define "hooks" to extend CI without hacking the core | files. Please see the user guide for info: | -| http://www.codeigniter.com/user_guide/general/hooks.html +| http://codeigniter.com/user_guide/general/hooks.html | */ diff --git a/system/application/config/routes.php b/system/application/config/routes.php index be09f5aa2..1395b7aed 100644 --- a/system/application/config/routes.php +++ b/system/application/config/routes.php @@ -17,7 +17,7 @@ |
| Please see the user guide for complete details:
|
-| http://www.codeigniter.com/user_guide/general/routing.html
+| http://codeigniter.com/user_guide/general/routing.html
|
| -------------------------------------------------------------------------
| RESERVED ROUTES
diff --git a/system/application/config/smileys.php b/system/application/config/smileys.php index 2a0d6891f..a227d8b68 100644 --- a/system/application/config/smileys.php +++ b/system/application/config/smileys.php @@ -8,7 +8,7 @@ | :-) and :) use the same image replacement. | | Please see user guide for more info: -| http://www.codeigniter.com/user_guide/helpers/smiley_helper.html +| http://codeigniter.com/user_guide/helpers/smiley_helper.html | */ |