summaryrefslogtreecommitdiff
path: root/tools/doc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/doc')
-rw-r--r--tools/doc/type-parser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index c11ec2604d..22307bdf6e 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`,