summaryrefslogtreecommitdiff
path: root/lib/chef/compliance/reporter/automate.rb
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-12-18 11:03:03 -0800
committerPete Higgins <pete@peterhiggins.org>2020-12-18 11:03:03 -0800
commit68c2d1d114907b43e3e0cf30e19e60e3d16f13c5 (patch)
treeebff6743c1c6f6c0ca7a3350460247fd1de2c6ae /lib/chef/compliance/reporter/automate.rb
parentccafde3ee0b1e82473ed92101e801cb38bc9ba0d (diff)
downloadchef-68c2d1d114907b43e3e0cf30e19e60e3d16f13c5.tar.gz
Update links to Compliance Phase documentation in log messages.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
Diffstat (limited to 'lib/chef/compliance/reporter/automate.rb')
-rw-r--r--lib/chef/compliance/reporter/automate.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/chef/compliance/reporter/automate.rb b/lib/chef/compliance/reporter/automate.rb
index ed5c4837d0..cae0256085 100644
--- a/lib/chef/compliance/reporter/automate.rb
+++ b/lib/chef/compliance/reporter/automate.rb
@@ -36,8 +36,7 @@ class Chef
end
unless @url && @token
- Chef::Log.warn "data_collector.token and data_collector.server_url must be defined in client.rb!"
- Chef::Log.warn "Further information: https://github.com/chef-cookbooks/audit#direct-reporting-to-chef-automate"
+ Chef::Log.warn "data_collector.token and data_collector.server_url must be defined in client.rb! Further information: https://docs.chef.io/chef_compliance_phase/#direct-reporting-to-chef-automate"
return false
end