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: nodejs#35446
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
  • Loading branch information
Trott authored and joesepi committed Oct 22, 2020
1 parent 0367158 commit 56cabf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/type-parser.js
Expand Up @@ -117,7 +117,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 56cabf1

Please sign in to comment.