diff options
author | Master Yoda <jim_parry@bcit.ca> | 2015-03-25 10:36:31 +0100 |
---|---|---|
committer | Master Yoda <jim_parry@bcit.ca> | 2015-03-25 10:36:31 +0100 |
commit | bd2a7e4062fd97017c5b16beddc15b0c7fc38210 (patch) | |
tree | 723bcf3f85158037e928123fcbeef05384252354 /user_guide_src/source/libraries/encryption.rst | |
parent | 7ad59209ad2443b8ea113222e3cab38ab305da92 (diff) |
Fixed user guide internal & external links to resolve problems reported by sphinx "make linkcheck"
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src/source/libraries/encryption.rst')
-rw-r--r-- | user_guide_src/source/libraries/encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/encryption.rst b/user_guide_src/source/libraries/encryption.rst index 0c347604c..599be4df0 100644 --- a/user_guide_src/source/libraries/encryption.rst +++ b/user_guide_src/source/libraries/encryption.rst @@ -482,7 +482,7 @@ The reason for not including other popular algorithms, such as MD5 or SHA1 is that they are no longer considered secure enough and as such, we don't want to encourage their usage. If you absolutely need to use them, it is easy to do so via PHP's -native `hash_hmac() <http://php.net/hash_hmac()>`_ function. +native `hash_hmac() <http://php.net/manual/en/function.hash-hmac.php>`_ function. Stronger algorithms of course will be added in the future as they appear and become widely available. |