summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2015-10-08 16:18:57 +0200
committerAndrey Andreev <narf@devilix.net>2015-10-08 16:18:57 +0200
commitc094becbcaf95fa8700ef7fc73c0b2bf808801a9 (patch)
tree7493615174e311299021b484fc5f46e24e353f92 /user_guide_src
parentf0f47da9ae4227968ccc9ee6511bcab526498b4c (diff)
[ci skip] Fix broken links in user guide
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst2
-rw-r--r--user_guide_src/source/general/controllers.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index bf912b29f..9648768c2 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -32,7 +32,7 @@ Bug fixes for 3.0.2
- Fixed a bug (#4044) - :doc:`Cache Library <libraries/caching>` 'redis' driver didn't catch ``RedisException`` that could be thrown during authentication.
- Fixed a bug (#4120) - :doc:`Database <database/index>` method ``error()`` didn't return error info when called after ``query()`` with the 'mssql' driver.
- Fixed a bug (#4116) - :doc:`Pagination Library <libraries/pagination>` set the wrong page number on the "data-ci-pagination-page" attribute in generated links.
-- Fixed a bug where :doc:`Pagination Library` added the 'rel="start"' attribute to the first displayed link even if it's not actually linking the first page.
+- Fixed a bug where :doc:`Pagination Library <libraries/pagination>` added the 'rel="start"' attribute to the first displayed link even if it's not actually linking the first page.
- Fixed a bug (#4137) - :doc:`Error Handling <general/errors>` breaks for the new ``Error`` exceptions under PHP 7.
- Fixed a bug (#4126) - :doc:`Form Validation Library <libraries/form_validation>` method ``reset_validation()`` discarded validation rules from config files.
diff --git a/user_guide_src/source/general/controllers.rst b/user_guide_src/source/general/controllers.rst
index 7efb9349e..5a111d8dc 100644
--- a/user_guide_src/source/general/controllers.rst
+++ b/user_guide_src/source/general/controllers.rst
@@ -145,7 +145,7 @@ load your main index.php file without specifying any URI segments you'll
see your "Hello World" message by default.
For more information, please refer to the "Reserved Routes" section of the
-:doc:`URI Routing <general/routing>` documentation.
+:doc:`URI Routing <routing>` documentation.
Remapping Method Calls
======================