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