Documentation: fix some outdated paths
diff --git a/user_guide_src/source/general/errors.rst b/user_guide_src/source/general/errors.rst
index 441cedb..a247c1b 100644
--- a/user_guide_src/source/general/errors.rst
+++ b/user_guide_src/source/general/errors.rst
@@ -42,7 +42,7 @@
 This function will display the error message supplied to it using the
 following error template::
 
-	application/errors/error_general.php
+	application/views/errors/error_general.php
 
 The optional parameter ``$status_code`` determines what HTTP status
 code should be sent with the error. If ``$status_code`` is less than 100,
@@ -64,7 +64,7 @@
 This function will display the 404 error message supplied to it using
 the following error template::
 
-	application/errors/error_404.php
+	application/views/errors/error_404.php
 
 The function expects the string passed to it to be the file path to the
 page that isn't found. The exit status code will be set to ``EXIT_UNKNOWN_FILE``.