Fixed deprecated link on chef_apply documentation

- links to http://docs.chef.io/recipes.html instead of https://docs.chef.io/essentials_cookbook_recipes.html
This commit is contained in:
Richard Alvarez 2015-05-25 22:03:48 -04:00
parent b421af58e8
commit b4e0e3a159
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ the [common options for all Chef provisioners](/v2/provisioning/chef_common.html
The easiest way to get started with the Chef Apply provisioner is to just
specify an inline
[Chef recipe](https://docs.getchef.com/essentials_cookbook_recipes.html). For
[Chef recipe](http://docs.chef.io/recipes.html). For
example:
```ruby