Skip to content

Commit

Permalink
fix broken links in configuration.md (#3254)
Browse files Browse the repository at this point in the history
Co-authored-by: Jos de Jong <wjosdejong@gmail.com>
  • Loading branch information
vassudanagunta and josdejong authored Aug 27, 2024
1 parent 695a246 commit 70d4170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ The following configuration options are available:
the input value.

Available values are: `'number'` (default), `'BigNumber'`, `'bigint'`, or `'Fraction'`.
[BigNumbers](../datatypes/bignumbers.js) have higher precision than the default numbers of JavaScript,
[BigNumbers](../datatypes/bignumbers.md) have higher precision than the default numbers of JavaScript,
[bigint](../datatypes/bigints.md) can represent large integer numbers,
and [`Fractions`](../datatypes/fractions.js) store values in terms of a numerator and
and [`Fractions`](../datatypes/fractions.md) store values in terms of a numerator and
denominator.

- `numberFallback`. When `number` is configured for example with value `'bigint'`,
Expand Down

0 comments on commit 70d4170

Please sign in to comment.