diff options
author | Ingela Anderton Andin <[email protected]> | 2014-10-03 14:51:26 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-10-03 14:51:26 +0200 |
commit | 8e0b67645a2d4c2e4e219f18ceaff2aec2b3e57c (patch) | |
tree | 0f86076aea292062a42a31151d597698349fda63 /lib/ssl | |
parent | 8aa3475bba30fed67c1d886fc4bb5910a196db6c (diff) | |
download | otp-8e0b67645a2d4c2e4e219f18ceaff2aec2b3e57c.tar.gz otp-8e0b67645a2d4c2e4e219f18ceaff2aec2b3e57c.tar.bz2 otp-8e0b67645a2d4c2e4e219f18ceaff2aec2b3e57c.zip |
ssl: Fix link error in documentation
Diffstat (limited to 'lib/ssl')
-rw-r--r-- | lib/ssl/doc/src/ssl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index f14d0b8bb7..b53344e381 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -297,7 +297,7 @@ fun(OtpCert :: #'OTPCertificate'{}, Event :: {bad_cert, Reason :: atom() | {revo <tag>PKIX X-509-path validation error</tag> <item> Possible such reasons see <seealso - marker="public_key#pkix_path_validation-3"> public_key:pkix_path_validation/3 </seealso></item> + marker="public_key:public_key#pkix_path_validation-3"> public_key:pkix_path_validation/3 </seealso></item> </taglist> </item> |