diff --git a/website/source/docs/providers/chef/index.html.markdown b/website/source/docs/providers/chef/index.html.markdown index 57b9e7d387..a16b1b1adc 100644 --- a/website/source/docs/providers/chef/index.html.markdown +++ b/website/source/docs/providers/chef/index.html.markdown @@ -19,7 +19,7 @@ Use the navigation to the left to read about the available resources. ``` # Configure the Chef provider provider "chef" { - server_url = "https://api.opscode.com/organizations/example/" + server_url = "https://api.chef.io/organizations/example/" // You can set up a "Client" within the Chef Server management console. client_name = "terraform"