mirror of https://github.com/nodejs/node.git
tools: fix broken link hash
This typo results in a non-functional link in the WebCrypto docs. This change fixes it. PR-URL: https://github.com/nodejs/node/pull/39426 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>pull/39357/head
parent
a28e6bf5d4
commit
ffa79b371f
|
@ -97,7 +97,7 @@ const customTypesMap = {
|
||||||
'EcKeyImportParams': 'webcrypto.html#webcrypto_class_eckeyimportparams',
|
'EcKeyImportParams': 'webcrypto.html#webcrypto_class_eckeyimportparams',
|
||||||
'HmacImportParams': 'webcrypto.html#webcrypto_class_hmacimportparams',
|
'HmacImportParams': 'webcrypto.html#webcrypto_class_hmacimportparams',
|
||||||
'AesImportParams': 'webcrypto.html#webcrypto_class_aesimportparams',
|
'AesImportParams': 'webcrypto.html#webcrypto_class_aesimportparams',
|
||||||
'Pbkdf2ImportParams': 'webcrypto.html#webcrypto_class.pbkdf2importparams',
|
'Pbkdf2ImportParams': 'webcrypto.html#webcrypto_class_pbkdf2importparams',
|
||||||
'HmacParams': 'webcrypto.html#webcrypto_class_hmacparams',
|
'HmacParams': 'webcrypto.html#webcrypto_class_hmacparams',
|
||||||
'EcdsaParams': 'webcrypto.html#webcrypto_class_ecdsaparams',
|
'EcdsaParams': 'webcrypto.html#webcrypto_class_ecdsaparams',
|
||||||
'RsaPssParams': 'webcrypto.html#webcrypto_class_rsapssparams',
|
'RsaPssParams': 'webcrypto.html#webcrypto_class_rsapssparams',
|
||||||
|
|
Loading…
Reference in New Issue