diff options
author | Andrey Andreev <narf@bofh.bg> | 2013-03-29 14:31:09 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2013-03-29 14:31:09 +0100 |
commit | cf58d7ec6ad81f6e67192ed04e816805942aa4f9 (patch) | |
tree | 6bc3c94e31ee3ee80ad4f7075d16da8f84edc268 /user_guide_src/source/general/routing.rst | |
parent | 3b0c08ac289cf14c86feadf1c836b8b87f61cdbf (diff) | |
parent | 52301c76a9aa202927cade48e7528606d352db54 (diff) |
Merge pull request #2365 from vlakoff/develop
Documentation: fix some outdated paths
Diffstat (limited to 'user_guide_src/source/general/routing.rst')
-rw-r--r-- | user_guide_src/source/general/routing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/general/routing.rst b/user_guide_src/source/general/routing.rst index 0c6dfe888..123257fc8 100644 --- a/user_guide_src/source/general/routing.rst +++ b/user_guide_src/source/general/routing.rst @@ -163,7 +163,7 @@ This route indicates which controller class should be loaded if the requested controller is not found. It will override the default 404 error page. It won't affect to the ``show_404()`` function, which will continue loading the default *error_404.php* file at -*application/errors/error_404.php*. +*application/views/errors/error_404.php*. .. important:: The reserved routes must come before any wildcard or regular expression routes.
\ No newline at end of file |