Skip to content

Commit eff18a0

Browse files
committed
it fixes bigint article reference to MDN
1 parent e6157c8 commit eff18a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/99-js-misc/05-bigint/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@ Podemos usar esse código JSBI "como está" para motores que não suportam BigIn
125125

126126
## Referências
127127

128-
- [Documentação da MDN sobre BigInt](mdn:/JavaScript/Reference/Global_Objects/BigInt).
128+
- [Documentação da MDN sobre BigInt](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript/Reference/Global_Objects/BigInt).
129129
- [Especificação](https://tc39.es/ecma262/#sec-bigint-objects).

0 commit comments

Comments
 (0)