diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-04 15:51:57 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-04 15:51:57 -0800 |
commit | 34745ce52cd595dd387141ead296e776a0dc859c (patch) | |
tree | 6319b311c55da3d004c95cd57157a1241db36185 /lib/chef/knife.rb | |
parent | 7dc784212d9069485d8f78056dad90a7b8aa87ea (diff) | |
download | chef-34745ce52cd595dd387141ead296e776a0dc859c.tar.gz |
Update all our links to use the new docs site format
When we migrated to hugo the URLs changed a bit. Nothing ends in .html and we moved all the resources into their own dir.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/knife.rb')
-rw-r--r-- | lib/chef/knife.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife.rb b/lib/chef/knife.rb index 2975dcb4e9..0debcbc429 100644 --- a/lib/chef/knife.rb +++ b/lib/chef/knife.rb @@ -191,7 +191,7 @@ class Chef config_loader.profile = profile config_loader.load - ui.warn("No knife configuration file found. See https://docs.chef.io/config_rb_knife.html for details.") if config_loader.no_config_found? + ui.warn("No knife configuration file found. See https://docs.chef.io/config_rb/ for details.") if config_loader.no_config_found? config_loader rescue Exceptions::ConfigurationError => e |