diff options
author | Andrey Andreev <narf@devilix.net> | 2015-03-30 18:53:38 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-03-30 18:53:38 +0200 |
commit | 6eb599a2285e2981341b220b72e6f99149f92c3b (patch) | |
tree | d59892670147bda4e35b3627782736a82ec233e9 /user_guide_src | |
parent | 928134324d75ed4a876237ec00d4374b2213586a (diff) |
[ci skip] Fix a broken link in the changelog
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index a1b15105f..45780ddb3 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -565,7 +565,7 @@ Release Date: Not Released - Changed the library constructor to try to create the **log_path** directory if it doesn't exist. - Added support for microseconds ("u" date format character) in ``$config['log_date_format']``. - - Added `compatibility layers <general/compatibility_functions>` for: + - Added :doc:`compatibility layers <general/compatibility_functions>` for: - `Multibyte String <http://php.net/mbstring>`_ (limited support). - `Hash <http://php.net/hash>`_ (``hash_equals()``, ``hash_pbkdf2()``). |