diff options
author | Thom May <thom@chef.io> | 2015-09-29 10:35:52 -0700 |
---|---|---|
committer | Thom May <thom@chef.io> | 2015-09-29 10:35:52 -0700 |
commit | f2fec9c1bd644199b62ce22e568c9c90b84c97aa (patch) | |
tree | e905f15489455080884e14dcd6d0f5ba65432f9a | |
parent | 65d2de8df1d40422b0f85fff17f34f474d4350c3 (diff) | |
download | chef-f2fec9c1bd644199b62ce22e568c9c90b84c97aa.tar.gz |
fix omnitruck url
-rw-r--r-- | lib/chef/knife/bootstrap/templates/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/bootstrap/templates/README.md b/lib/chef/knife/bootstrap/templates/README.md index 538d38d0b6..b5bca25d8e 100644 --- a/lib/chef/knife/bootstrap/templates/README.md +++ b/lib/chef/knife/bootstrap/templates/README.md @@ -5,7 +5,7 @@ standardized on the [Omnibus](https://github.com/chef/omnibus) built installatio packages. The 'chef-full' template downloads a script which is used to determine the correct -Omnibus package for this system from the [Omnitruck](https://github.com/chef/omnitruck) API. +Omnibus package for this system from the [Omnitruck](https://docs.chef.io/api_omnitruck.html) API. You can still utilize custom bootstrap templates on your system if your installation needs are unique. Additional information can be found on the [docs site](https://docs.chef.io/knife_bootstrap.html#custom-templates). |