diff options
author | Andrey Andreev <narf@devilix.net> | 2016-01-29 11:12:57 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-01-29 11:12:57 +0100 |
commit | f5307e3b368355d426f0a546404efbef24bba5eb (patch) | |
tree | 59fae0e93ff91b72f7f8fba946e54637624ce104 /user_guide_src | |
parent | 7c82d1852e3f9eb606686b4929d34f05e8c70cb2 (diff) | |
parent | c31588a7fc0a2bc44d6b64644726cebba0be7b3f (diff) |
Merge pull request #4411 from kenjis/fix-upgrade_300-1
[ci skip] Fix formatting of paths in 3.0.0 upgrade instructions
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/installation/upgrade_300.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst index 45ce21320..9a40f2b60 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -65,7 +65,7 @@ Step 3: Replace config/mimes.php ******************************** This config file has been updated to contain more user mime-types, please copy -it to _application/config/mimes.php*. +it to *application/config/mimes.php*. ************************************************************** Step 4: Remove $autoload['core'] from your config/autoload.php @@ -206,13 +206,13 @@ Step 8: Replace your error templates ************************************ In CodeIgniter 3.0, the error templates are now considered as views and have been moved to the -_application/views/errors* directory. +*application/views/errors* directory. Furthermore, we've added support for CLI error templates in plain-text format that unlike HTML, is suitable for the command line. This of course requires another level of separation. -It is safe to move your old templates from _application/errors* to _application/views/errors/html*, -but you'll have to copy the new _application/views/errors/cli* directory from the CodeIgniter archive. +It is safe to move your old templates from *application/errors* to *application/views/errors/html*, +but you'll have to copy the new *application/views/errors/cli* directory from the CodeIgniter archive. ****************************************** Step 9: Update your config/routes.php file |