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/cookbook_loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/cookbook_loader.rb') diff --git a/lib/chef/cookbook_loader.rb b/lib/chef/cookbook_loader.rb index f02b07eaaf..68e678c928 100644 --- a/lib/chef/cookbook_loader.rb +++ b/lib/chef/cookbook_loader.rb @@ -88,7 +88,7 @@ class Chef # @return [Chef::CookbookVersion] def load_cookbook(cookbook_name) unless cookbook_version_loaders.key?(cookbook_name) - raise Exceptions::CookbookNotFoundInRepo, "Cannot find a cookbook named #{cookbook_name}; did you forget to add metadata to a cookbook? (https://docs.chef.io/config_rb_metadata.html)" + raise Exceptions::CookbookNotFoundInRepo, "Cannot find a cookbook named #{cookbook_name}; did you forget to add metadata to a cookbook? (https://docs.chef.io/config_rb_metadata/)" end return cookbooks_by_name[cookbook_name] if cookbooks_by_name.key?(cookbook_name) -- cgit v1.2.1