FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: fix broken link hash · nodejs/node@c6a7c3d · GitHub

/ node Public

Commit c6a7c3d

Browse files
authored andcommitted
tools: fix broken link hash
This typo results in a non-functional link in the WebCrypto docs. This change fixes it. PR-URL: #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>
1 parent ac43e33 commit c6a7c3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎tools/doc/type-parser.mjs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const customTypesMap = {
9797
'EcKeyImportParams': 'webcrypto.html#webcrypto_class_eckeyimportparams',
9898
'HmacImportParams': 'webcrypto.html#webcrypto_class_hmacimportparams',
9999
'AesImportParams': 'webcrypto.html#webcrypto_class_aesimportparams',
100-
'Pbkdf2ImportParams': 'webcrypto.html#webcrypto_class.pbkdf2importparams',
100+
'Pbkdf2ImportParams': 'webcrypto.html#webcrypto_class_pbkdf2importparams',
101101
'HmacParams': 'webcrypto.html#webcrypto_class_hmacparams',
102102
'EcdsaParams': 'webcrypto.html#webcrypto_class_ecdsaparams',
103103
'RsaPssParams': 'webcrypto.html#webcrypto_class_rsapssparams',

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL