diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-10-20 13:29:46 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-10-20 13:29:46 -0700 |
commit | 935820bd49012ea0339e415b36a2a60d1cd2a9a8 (patch) | |
tree | 08d8b672a5e52c64f0365348785d07b74786e744 | |
parent | 1d1b74fb84dfeaa1694a47f292e6b7660c329b57 (diff) | |
download | chef-935820bd49012ea0339e415b36a2a60d1cd2a9a8.tar.gz |
Fix the changelog URL for chef-utils as well
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | chef-utils/chef-utils.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/chef-utils.gemspec b/chef-utils/chef-utils.gemspec index db37b01922..c601938245 100644 --- a/chef-utils/chef-utils.gemspec +++ b/chef-utils/chef-utils.gemspec @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| spec.metadata = { "bug_tracker_uri" => "https://github.com/chef/chef/issues", - "changelog_uri" => "https://github.com/chef/chef/CHANGELOG.md", + "changelog_uri" => "https://github.com/chef/chef/blob/master/CHANGELOG.md", "documentation_uri" => "https://github.com/chef/chef/tree/master/chef-utils/README.md", "homepage_uri" => "https://github.com/chef/chef/tree/master/chef-utils", "source_code_uri" => "https://github.com/chef/chef/tree/master/chef-utils", |