summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2015-01-25 17:28:40 +0100
committerAndrey Andreev <narf@devilix.net>2015-01-26 10:46:57 +0100
commitc02a4e6f4d9eeb05d102ccde15f5959dc0ba8dcd (patch)
tree81ba977f789658a23dfcb426d0f283539a197f3b /user_guide_src
parentdca5aa2682fc7955de8e3e178c733bf51ecc965a (diff)
Correct path in documentation
Sphinx could handle it although.
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 7dddea0f4..a22b94f8c 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -2279,7 +2279,7 @@ Release Date: January 30, 2008
- Added an "integer" rule into the Validation library.
- Added valid_base64() to the Validation library.
- Documented clear() in the :doc:`Image
- Processing <../libraries/image_lib>` library.
+ Processing <./libraries/image_lib>` library.
- Changed the behaviour of custom callbacks so that they no longer
trigger the "required" rule.
- Modified Upload class $_FILES error messages to be more precise.