summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-09-29 11:20:52 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-09-29 11:20:52 -0700
commit082791ddf732fec63744d085dd3a07348eee060c (patch)
tree7bab3835bad08fcdaf0ae51fd9f3824186333ebf
parent3bff7d3e1343138a9d7796421b995bbcb4e9b317 (diff)
parentf2fec9c1bd644199b62ce22e568c9c90b84c97aa (diff)
downloadchef-082791ddf732fec63744d085dd3a07348eee060c.tar.gz
Merge pull request #3995 from chef/tm/fix_omnitruck_url
fix omnitruck url
-rw-r--r--lib/chef/knife/bootstrap/templates/README.md2
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).