We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e740f36 commit 8b81987Copy full SHA for 8b81987
README.md
@@ -489,7 +489,7 @@ You can set the default rounding mode by passing one of the `BigDecimal` mode en
489
Money.rounding_mode = BigDecimal::ROUND_HALF_EVEN
490
```
491
492
-See [BigDecimal::ROUND_MODE](https://ruby-doc.org/stdlib-2.5.1/libdoc/bigdecimal/rdoc/BigDecimal.html#ROUND_MODE) for more information.
+See [BigDecimal::ROUND_MODE](https://ruby-doc.org/3.4.1/gems/bigdecimal/BigDecimal.html#ROUND_MODE) for more information.
493
494
To round to the nearest cash value in currencies without small denominations:
495
0 commit comments