1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

README: Link to Addressable hompage updated (#633)

Update the link to Addressable to its current homepage, and capitalize its name.
This commit is contained in:
Olle Jonsson 2019-08-22 08:57:12 +02:00 committed by Andy Brody
parent 26280d47b2
commit 38036479e4

View file

@ -428,7 +428,7 @@ end
## Non-normalized URIs
If you need to normalize URIs, e.g. to work with International Resource Identifiers (IRIs),
use the addressable gem (http://addressable.rubyforge.org/api/) in your code:
use the Addressable gem (https://github.com/sporkmonger/addressable/) in your code:
```ruby
require 'addressable/uri'