diff options
author | Hans Nilsson <[email protected]> | 2019-06-19 08:46:03 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-06-19 08:46:03 +0200 |
commit | 661d69a904d4ad86935c2c41d11a78a3e0b0d1bb (patch) | |
tree | 663caa6aa3985d180037be3663fe1fca04a442dc | |
parent | e8adb27b338e1001cd209fba42a1ea3f9eaa66b1 (diff) | |
parent | 8887ec80b5ffcf9b7e78a2e2a3ec3591fcfb5163 (diff) | |
download | otp-661d69a904d4ad86935c2c41d11a78a3e0b0d1bb.tar.gz otp-661d69a904d4ad86935c2c41d11a78a3e0b0d1bb.tar.bz2 otp-661d69a904d4ad86935c2c41d11a78a3e0b0d1bb.zip |
Merge branch 'maint'
* maint:
crypto: Fix bad link
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 8988a18482..3973cf3f9f 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -2016,7 +2016,7 @@ FloatValue = rand:uniform(). % again <seealso marker="#stream_encrypt-2">stream_encrypt</seealso> and <seealso marker="#stream_decrypt-2">stream_decrypt</seealso></p> <p>For keylengths see the - <seealso marker="crypto:algorithm_details#stream-ciphers">User's Guide</seealso>. + <seealso marker="crypto:algorithm_details#ciphers">User's Guide</seealso>. </p> </desc> </func> @@ -2032,7 +2032,7 @@ FloatValue = rand:uniform(). % again <seealso marker="#stream_encrypt-2">stream_encrypt</seealso> and <seealso marker="#stream_decrypt-2">stream_decrypt</seealso>.</p> <p>For keylengths and iv-sizes see the - <seealso marker="crypto:algorithm_details#stream-ciphers">User's Guide</seealso>. + <seealso marker="crypto:algorithm_details#ciphers">User's Guide</seealso>. </p> </desc> </func> |