Skip to content

Commit 214ea11

Browse files
committed
Update CHANGELOG uri in gemspec
1 parent 4b46931 commit 214ea11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gouda.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414

1515
spec.metadata["homepage_uri"] = spec.homepage
1616
spec.metadata["source_code_uri"] = spec.homepage
17-
spec.metadata["changelog_uri"] = "https://github.com/cheddar-me/gouda/CHANGELOG.md"
17+
spec.metadata["changelog_uri"] = "https://github.com/cheddar-me/gouda/blob/main/CHANGELOG.md"
1818

1919
spec.files = Dir.chdir(File.expand_path(__dir__)) do
2020
`git ls-files -z`.split("\x0")

0 commit comments

Comments
 (0)