diff options
author | vlakoff <vlakoff@gmail.com> | 2015-01-21 16:06:55 +0100 |
---|---|---|
committer | vlakoff <vlakoff@gmail.com> | 2015-01-21 16:07:42 +0100 |
commit | 9337f282d33bab6fe4f9e6bda56dd6bb5a97be4a (patch) | |
tree | a74aa1ff4f72a5e8f18d1af8a270559ac4a7199e | |
parent | db669f1de59f7105e0b9cf39899b98fd75b90771 (diff) |
Fix Sphinx broken path
-rw-r--r-- | user_guide_src/source/installation/upgrade_300.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst index 484e03028..73cc47363 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -532,7 +532,7 @@ Form helper form_prep() ======================= :doc:`Form Helper <../helpers/form_helper>` function :func:`form_prep()` -is now just an alias for :doc:`common function <common_functions>` +is now just an alias for :doc:`common function </general/common_functions>` :func:`html_escape()`. It is deprecated and will be removed in the future. Please use :func:`html_escape()` instead. |