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/shell/ext.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/shell') diff --git a/lib/chef/shell/ext.rb b/lib/chef/shell/ext.rb index 8640216d45..01a7407de5 100644 --- a/lib/chef/shell/ext.rb +++ b/lib/chef/shell/ext.rb @@ -211,7 +211,7 @@ module Shell desc "prints information about #{Chef::Dist::PRODUCT}" def version puts "Welcome to the #{Chef::Dist::SHELL} #{::Chef::VERSION}\n" + - "For usage see https://docs.chef.io/chef_shell.html" + "For usage see https://docs.chef.io/chef_shell/" :ucanhaz_automation end alias :shell :version -- cgit v1.2.1