summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-09-29 10:29:29 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-09-29 10:29:29 -0700
commit65d2de8df1d40422b0f85fff17f34f474d4350c3 (patch)
tree86a15237295149d8357960103fe6901086807f22
parente26158cd40f7e29e837275585d5a597e8872d5eb (diff)
parent42446f98101eb9ebb80030c63704879539d320df (diff)
downloadchef-65d2de8df1d40422b0f85fff17f34f474d4350c3.tar.gz
Merge pull request #3976 from tas50/bootstrap
Bootstrap doc doesnt match reality
-rw-r--r--lib/chef/knife/bootstrap/templates/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/chef/knife/bootstrap/templates/README.md b/lib/chef/knife/bootstrap/templates/README.md
index 13a0fe7ada..538d38d0b6 100644
--- a/lib/chef/knife/bootstrap/templates/README.md
+++ b/lib/chef/knife/bootstrap/templates/README.md
@@ -1,12 +1,11 @@
This directory contains bootstrap templates which can be used with the -d flag
to 'knife bootstrap' to install Chef in different ways. To simplify installation,
and reduce the matrix of common installation patterns to support, we have
-standardized on the [Omnibus](https://github.com/opscode/omnibus-ruby) built installation
+standardized on the [Omnibus](https://github.com/chef/omnibus) built installation
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/opscode/opscode-omnitruck) API. All other templates in this directory are deprecated and will be removed
-in the future.
+Omnibus package for this system from the [Omnitruck](https://github.com/chef/omnitruck) 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](http://docs.opscode.com/knife_bootstrap.html#custom-templates). \ No newline at end of file
+needs are unique. Additional information can be found on the [docs site](https://docs.chef.io/knife_bootstrap.html#custom-templates).