Skip to content

Commit c6a7c3d

Browse files
TrottBethGriggs
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 <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent ac43e33 commit c6a7c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)