Skip to content

Commit

Permalink
tools,doc: fix broken link in module.html
Browse files Browse the repository at this point in the history
Update tools/doc/type-parser.js with correct URL for the
module.SourceMap class. This fixes a broken link in our documentation.

PR-URL: #35446
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
  • Loading branch information
Trott authored and danielleadams committed Oct 6, 2020
1 parent 4dbb3a9 commit 6e9e5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/type-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const customTypesMap = {
'module': 'modules.html#modules_the_module_object',

'module.SourceMap':
'modules_module.html#modules_module_class_module_sourcemap',
'module.html#module_class_module_sourcemap',

'require': 'modules.html#modules_require_id',

Expand Down

0 comments on commit 6e9e5c3

Please sign in to comment.