From b4e0e3a15932ff70c5ba89dab9947fa816de10e7 Mon Sep 17 00:00:00 2001 From: Richard Alvarez Date: Mon, 25 May 2015 22:03:48 -0400 Subject: [PATCH] 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 --- website/docs/source/v2/provisioning/chef_apply.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/source/v2/provisioning/chef_apply.html.md b/website/docs/source/v2/provisioning/chef_apply.html.md index 268894cb2..a5d53c564 100644 --- a/website/docs/source/v2/provisioning/chef_apply.html.md +++ b/website/docs/source/v2/provisioning/chef_apply.html.md @@ -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