Skip to content

Commit eccd0e1

Browse files
authored
Merge pull request #196 from RubyMoney/fix-redirections
2 parents a1dae78 + 00c311f commit eccd0e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Monetize
22

3-
[![Gem Version](https://badge.fury.io/rb/monetize.svg)](http://badge.fury.io/rb/monetize)
3+
[![Gem Version](https://badge.fury.io/rb/monetize.svg)](https://rubygems.org/gems/monetize)
44
[![Ruby](https://github.com/RubyMoney/monetize/actions/workflows/ruby.yml/badge.svg)](https://github.com/RubyMoney/monetize/actions/workflows/ruby.yml)
5-
[![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT)
5+
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/license/MIT)
66

77
A library for converting various objects into `Money` objects.
88

@@ -53,7 +53,7 @@ this is not the case - a European site will show $10.000 because that's the loca
5353
As a human, if this was a stock ticker we might expect fractional cents. If it's a retail price we know it's actually an incorrect thousands separator.
5454

5555

56-
Monetize can also parse a list of values, returning an array-like object ([Monetize::Collection](lib/collection.rb)):
56+
Monetize can also parse a list of values, returning an array-like object ([Monetize::Collection](lib/monetize/collection.rb)):
5757

5858
```ruby
5959
Monetize.parse_collection("€80/$100") == [Money.new(80_00, "EUR"), Money.new(100_00, "USD")]

0 commit comments

Comments
 (0)