diff --git a/src/crypto/crypto.js b/src/crypto/crypto.js index ad022b47..fd54b2c6 100644 --- a/src/crypto/crypto.js +++ b/src/crypto/crypto.js @@ -101,7 +101,7 @@ export default { /** * Decrypts data using specified algorithm and private key parameters. - * See {@link https://tools.ietf.org/html/rfc4880#section-9.1|RFC 4880 9.1} for public key algorithms. + * See {@link https://tools.ietf.org/html/rfc4880#section-5.5.3|RFC 4880 5.5.3} * @param {module:enums.publicKey} algo Public key algorithm * @param {Array