From 2870d299de0fa365575c4d620984b914c4cc2b60 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Fri, 5 Jun 2015 15:34:07 -0500 Subject: [PATCH] Update chef_client.html.md Updated to the new chef.io site. --- website/docs/source/v2/provisioning/chef_client.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/source/v2/provisioning/chef_client.html.md b/website/docs/source/v2/provisioning/chef_client.html.md index d56359050..48bfd34f7 100644 --- a/website/docs/source/v2/provisioning/chef_client.html.md +++ b/website/docs/source/v2/provisioning/chef_client.html.md @@ -8,7 +8,7 @@ sidebar_current: "provisioning-chefclient" **Provisioner name: `chef_client`** The Chef Client provisioner allows you to provision the guest using -[Chef](http://www.opscode.com/chef/), specifically by connecting +[Chef](http://www.chef.io/chef/), specifically by connecting to an existing Chef Server and registering the Vagrant machine as a node within your infrastructure. @@ -65,7 +65,7 @@ server itself. ## Environments -You can specify the [environment](http://wiki.opscode.com/display/chef/Environments) +You can specify the [environment](http://docs.chef.io/environments.html) for the node to come up in using the `environment` configuration option: ```ruby