Skip to content

Commit d2b7d39

Browse files
authored
Fix link
1 parent 50c740c commit d2b7d39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ You can turn a `Rational` to a `Number`:
3030

3131
For example, one limitation with `Rational` is that it can easily overflow
3232
the 32-bit PureScript `Int`. You can get around this problem by using
33-
[`BigInt`](https://pursuit.purescript.org/packages/purescript-bigints/3.1.0/doc
34-
s/Data.BigInt#t:BigInt).
33+
[`BigInt`](https://pursuit.purescript.org/packages/purescript-bigints/3.1.0/docs/Data.BigInt#t:BigInt).
3534

3635
```
3736
> import Data.Ratio ((%), reduce)

0 commit comments

Comments
 (0)