From dd0ec5258b1abe8ae6664307a8467742869a2e94 Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Wed, 1 Jun 2016 04:35:09 -0400 Subject: [PATCH] api.opscode.com should be api.chef.io (#6960) The old name still works, but it's better to use the new one. --- website/source/docs/providers/chef/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/chef/index.html.markdown b/website/source/docs/providers/chef/index.html.markdown index 57b9e7d38..a16b1b1ad 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"