From 312fa7b86169918a4a575961d7f2c8f3dd910360 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Fri, 5 Apr 2019 20:21:45 +0300 Subject: [PATCH] doc: link bigint type to MDN instead of proposal --- tools/doc/type-parser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,