Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: fix broken link hash
This typo results in a non-functional link in the WebCrypto docs. This
change fixes it.
  • Loading branch information
Trott committed Jul 18, 2021
commit 744b363219e254fc91028252ed5d37a1e4ae3a4e
2 changes: 1 addition & 1 deletion tools/doc/type-parser.mjs
Original file line number Diff line number Diff line change
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