diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-03-04 16:27:38 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-03-04 16:42:46 -0800 |
commit | d438a1de3e2ea97b555458a498f278ce1c83941b (patch) | |
tree | 83a5093b6e03bae25a4a6086a90b18da3cd8e12f /habitat | |
parent | 34745ce52cd595dd387141ead296e776a0dc859c (diff) | |
download | chef-d438a1de3e2ea97b555458a498f278ce1c83941b.tar.gz |
Make the links end with /docs_links
Thanks for pointing this out Ian
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'habitat')
-rw-r--r-- | habitat/default.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/habitat/default.toml b/habitat/default.toml index 929b9f5304..3b002f1499 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 +# 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. |