From 38036479e4c3c47494eecabe5715ce0c9861420c Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 22 Aug 2019 08:57:12 +0200 Subject: [PATCH] README: Link to Addressable hompage updated (#633) Update the link to Addressable to its current homepage, and capitalize its name. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 889488b..ab833bf 100644 --- a/README.md +++ b/README.md @@ -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'