From 6d56b1f57aa1849c1fe92e1e768d8ecc66a1348f Mon Sep 17 00:00:00 2001 From: Muhammad Nawzad <58137134+muhammadnawzad@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:59:07 +0300 Subject: [PATCH] Updates CHANGELOG URL --- outboxable.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outboxable.gemspec b/outboxable.gemspec index 1efeeee..8589162 100644 --- a/outboxable.gemspec +++ b/outboxable.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = "https://github.com/broosk1993/outboxable" - spec.metadata["changelog_uri"] = "https://github.com/broosk1993/outboxable/CHANGELOG.md" + spec.metadata["changelog_uri"] = "https://github.com/broosk1993/outboxable/blob/main/CHANGELOG.md" # Specify which files should be added to the gem when it is released. # The `git ls-files -z` loads the files in the RubyGem that have been added into git.