Skip to content

Commit

Permalink
tools: fix broken link hash
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and BethGriggs committed Jul 29, 2021
1 parent ac43e33 commit c6a7c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/type-parser.mjs
Expand Up @@ -97,7 +97,7 @@ const customTypesMap = {
'EcKeyImportParams': 'webcrypto.html#webcrypto_class_eckeyimportparams',
'HmacImportParams': 'webcrypto.html#webcrypto_class_hmacimportparams',
'AesImportParams': 'webcrypto.html#webcrypto_class_aesimportparams',
'Pbkdf2ImportParams': 'webcrypto.html#webcrypto_class.pbkdf2importparams',
'Pbkdf2ImportParams': 'webcrypto.html#webcrypto_class_pbkdf2importparams',
'HmacParams': 'webcrypto.html#webcrypto_class_hmacparams',
'EcdsaParams': 'webcrypto.html#webcrypto_class_ecdsaparams',
'RsaPssParams': 'webcrypto.html#webcrypto_class_rsapssparams',
Expand Down

0 comments on commit c6a7c3d

Please sign in to comment.