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:
parent
26280d47b2
commit
38036479e4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue