diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js index c11ec2604d018b..22307bdf6e4d3c 100644 --- a/tools/doc/type-parser.js +++ b/tools/doc/type-parser.js @@ -28,7 +28,7 @@ const customTypesMap = { 'AsyncIterator': 'https://tc39.github.io/ecma262/#sec-asynciterator-interface', - 'bigint': 'https://github.com/tc39/proposal-bigint', + 'bigint': `${jsDocPrefix}Reference/Global_Objects/BigInt`, 'Iterable': `${jsDocPrefix}Reference/Iteration_protocols#The_iterable_protocol`,