From 296da9b47bfdf4cd2e426e314f0fa8686490120f Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sun, 7 Jun 2020 08:52:59 -0400 Subject: [PATCH] packaging: update gemspec changelog URL this mistake was originally pointed out by @HusseinMorsy in #185 and @rafbm in #186 --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index aa62fcb5..0443c3e4 100644 --- a/Rakefile +++ b/Rakefile @@ -18,7 +18,7 @@ Hoe.spec "loofah" do "home" => "https://github.com/flavorjones/loofah", "bugs" => "https://github.com/flavorjones/loofah/issues", "doco" => "https://www.rubydoc.info/gems/loofah/", - "clog" => "https://github.com/flavorjones/loofah/master/CHANGELOG.md", + "clog" => "https://github.com/flavorjones/loofah/blob/master/CHANGELOG.md", "code" => "https://github.com/flavorjones/loofah", }