README.md in ecb_exchange-0.2.0 vs README.md in ecb_exchange-0.2.1
- old
+ new
@@ -1,15 +1,15 @@
# ECB Exchange
[![Gem](https://img.shields.io/gem/v/ecb_exchange.svg?style=flat)](http://rubygems.org/gems/ecb_exchange)
-[![Travis](https://img.shields.io/travis/matthutchinson/ecb_exchange/master.svg?style=flat)](https://travis-ci.org/matthutchinson/ecb_exchange)
+[![Travis](https://img.shields.io/travis/com/matthutchinson/ecb_exchange/master.svg?style=flat)](https://travis-ci.com/matthutchinson/ecb_exchange)
[![Depfu](https://img.shields.io/depfu/matthutchinson/ecb_exchange.svg?style=flat)](https://depfu.com/github/matthutchinson/ecb_exchange)
[![Maintainability](https://api.codeclimate.com/v1/badges/c67969dd7b921477bdcc/maintainability)](https://codeclimate.com/github/matthutchinson/ecb_exchange/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c67969dd7b921477bdcc/test_coverage)](https://codeclimate.com/github/matthutchinson/ecb_exchange/test_coverage)
Currency conversion using the European Central Bank's foreign [exchange
-rates](http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml). Rates
+rates](https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml). Rates
for the last 90 days are fetched and cached on demand. All calculations are
performed and returned as `BigDecimal` (usually a [good
idea](https://makandracards.com/makandra/1178-bigdecimal-arithmetic-in-ruby)
when dealing with money).
@@ -65,11 +65,11 @@
```ruby
ECB::Exchange::XMLFeed.endpoint = "http://my-awesome-service.com/feed.xml"
```
The XML feed at this endpoint must conform to the [ECB
-rates](http://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml)
+rates](https://www.ecb.europa.eu/stats/eurofxref/eurofxref-hist-90d.xml)
structure.
## Handling Errors
Not all dates, rates or currencies may be available, or the remote endpoint
@@ -132,11 +132,11 @@
Bug [reports](https://github.com/matthutchinson/ecb_exchange/issues) and [pull
requests](https://github.com/matthutchinson/ecb_exchange/pulls) are welcome on
GitHub. When submitting pull requests, remember to add tests covering any new
behaviour, and ensure all tests are passing on
-[Travis](https://travis-ci.org/matthutchinson/ecb_exchange). Read the
+[Travis](https://travis-ci.com/matthutchinson/ecb_exchange). Read the
[contributing
guidelines](https://github.com/matthutchinson/ecb_exchange/blob/master/CONTRIBUTING.md)
for more details.
This project is intended to be a safe, welcoming space for collaboration, and
@@ -156,10 +156,10 @@
[LGPL-3](https://opensource.org/licenses/LGPL-3.0).
## Links
* [Gem](http://rubygems.org/gems/ecb_exchange)
-* [Travis CI](https://travis-ci.org/matthutchinson/ecb_exchange)
+* [Travis CI](https://travis-ci.com/matthutchinson/ecb_exchange)
* [Maintainability](https://codeclimate.com/github/matthutchinson/ecb_exchange/maintainability)
* [Test Coverage](https://codeclimate.com/github/matthutchinson/ecb_exchange/test_coverage)
* [RDoc](http://rdoc.info/projects/matthutchinson/ecb_exchange)
* [Issues](http://github.com/matthutchinson/ecb_exchange/issues)
* [Report a bug](http://github.com/matthutchinson/ecb_exchange/issues/new)