diff options
author | Tim Smith <tim@cozy.co> | 2015-05-01 21:48:58 -0700 |
---|---|---|
committer | Tim Smith <tim@cozy.co> | 2015-05-01 21:48:58 -0700 |
commit | 8240819353e8afab19cd9aa4970e5862f542224b (patch) | |
tree | 07bc88248ef813a3c633658a0a0fcea823e39238 /lib/chef/cookbook | |
parent | e2b7e4e76cd8dae088299137d991a0455d87a109 (diff) | |
download | chef-8240819353e8afab19cd9aa4970e5862f542224b.tar.gz |
Update error messages with a link to the docs site
Diffstat (limited to 'lib/chef/cookbook')
-rw-r--r-- | lib/chef/cookbook/metadata.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/cookbook/metadata.rb b/lib/chef/cookbook/metadata.rb index 781d3b40b0..4f12275a82 100644 --- a/lib/chef/cookbook/metadata.rb +++ b/lib/chef/cookbook/metadata.rb @@ -603,7 +603,7 @@ class Chef msg=<<-OBSOLETED The dependency specification syntax you are using is no longer valid. You may not specify more than one version constraint for a particular cookbook. -Consult http://wiki.opscode.com/display/chef/Metadata for the updated syntax. +Consult https://docs.chef.io/config_rb_metadata.html for the updated syntax. Called by: #{caller_name} '#{dep_name}', #{version_constraints.map {|vc| vc.inspect}.join(", ")} Called from: @@ -622,7 +622,7 @@ OBSOLETED The version constraint syntax you are using is not valid. If you recently upgraded to Chef 0.10.0, be aware that you no may longer use "<<" and ">>" for 'less than' and 'greater than'; use '<' and '>' instead. -Consult http://wiki.opscode.com/display/chef/Metadata for more information. +Consult https://docs.chef.io/config_rb_metadata.html for more information. Called by: #{caller_name} '#{dep_name}', '#{constraint_str}' Called from: |