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
Rich Trott 2021-07-17 22:16:55 -07:00 committed by Node.js GitHub Bot
parent a28e6bf5d4
commit ffa79b371f
1 changed files with 1 additions and 1 deletions

View File

@ -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',