From 34745ce52cd595dd387141ead296e776a0dc859c Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 4 Mar 2020 15:51:57 -0800 Subject: 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 --- lib/chef/knife.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/knife.rb') 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 -- cgit v1.2.1