diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-04 16:27:38 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-04 16:42:46 -0800 |
commit | d438a1de3e2ea97b555458a498f278ce1c83941b (patch) | |
tree | 83a5093b6e03bae25a4a6086a90b18da3cd8e12f /lib | |
parent | 34745ce52cd595dd387141ead296e776a0dc859c (diff) | |
download | chef-d438a1de3e2ea97b555458a498f278ce1c83941b.tar.gz |
Make the links end with /docs_links
Thanks for pointing this out Ian
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/deprecated.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/deprecated.rb b/lib/chef/deprecated.rb index 12d7cfaa3d..3d6ced6526 100644 --- a/lib/chef/deprecated.rb +++ b/lib/chef/deprecated.rb @@ -47,7 +47,7 @@ class Chef # # @return [String] def url - "#{BASE_URL}#{self.class.doc_page}" + "#{BASE_URL}#{self.class.doc_page}/" end # Render the user-visible message for this deprecation. @@ -235,7 +235,7 @@ class Chef class Generic < Base def url - "https://docs.chef.io/chef_deprecations_client" + "https://docs.chef.io/chef_deprecations_client/" end def to_s |