Skip to content

Commit

Permalink
Fix documentation links
Browse files Browse the repository at this point in the history
Fixes #156
  • Loading branch information
Razenpok authored Oct 3, 2023
1 parent 16cb1dc commit 1c888b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ The methods that return a Decimal can be chained.
````

For the complete list of functions refer to
[Typescript definitions](https://github.com/Patashu/break_infinity.js/blob/master/dist/index.d.ts),
[API docs](https://patashu.github.io/break_infinity.js/classes/default.html),
[decimal.js docs](http://mikemcl.github.io/decimal.js/)
or check out
[generated API docs](https://patashu.github.io/break_infinity.js/classes/Decimal.html)
[Typescript definitions](https://cdn.jsdelivr.net/npm/break_infinity.js@2/dist/index.d.ts)

## Benchmarks

Expand Down

0 comments on commit 1c888b4

Please sign in to comment.