diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-04 15:51:57 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-04 15:51:57 -0800 |
commit | 34745ce52cd595dd387141ead296e776a0dc859c (patch) | |
tree | 6319b311c55da3d004c95cd57157a1241db36185 /habitat | |
parent | 7dc784212d9069485d8f78056dad90a7b8aa87ea (diff) | |
download | chef-34745ce52cd595dd387141ead296e776a0dc859c.tar.gz |
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 <tsmith@chef.io>
Diffstat (limited to 'habitat')
-rw-r--r-- | habitat/default.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/habitat/default.toml b/habitat/default.toml index 2bea08934b..929b9f5304 100644 --- a/habitat/default.toml +++ b/habitat/default.toml @@ -3,7 +3,7 @@ run_list = "" local_mode = true -# Positive License Acceptance. See https://docs.chef.io/chef_license_accept.html +# Positive License Acceptance. See https://docs.chef.io/chef_license_accept chef_license = "donotaccept" # Path to the chef client config on disk. If blank, will default to the one built by habitat. @@ -27,7 +27,7 @@ minimal_ohai = false # The name of the node. Determines which configuration should be applied and sets the client_name, # which is the name used when authenticating to a Chef server. The default value is the FQDN of the chef-client, # as detected by Ohai. In general, Chef recommends that you leave this setting blank and let Ohai -# assign the FQDN of the node as the node_name during each chef-clientrun. +# assign the FQDN of the node as the node_name during each chef-client run. node_name = "" # The name of the environment |