summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general/routing.rst
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-03-29 14:23:34 +0100
committervlakoff <vlakoff@gmail.com>2013-03-29 14:23:34 +0100
commit52301c76a9aa202927cade48e7528606d352db54 (patch)
treeb247703cb42cb7ace6957b65d957fa044326d7cd /user_guide_src/source/general/routing.rst
parent5269c1cf2d5ae749309b06194f0a2a737a9ff114 (diff)
Documentation: fix some outdated paths
Diffstat (limited to 'user_guide_src/source/general/routing.rst')
-rw-r--r--user_guide_src/source/general/routing.rst2
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