From 5fa3339708c919fa721b02abd4f023280cbe7945 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Thu, 8 Jan 2015 21:36:15 -0700 Subject: [PATCH] Closes #11 use chef.io domain for docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21ea92445..fdbd474bf 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If you use the `ssl_cert` task, change the values in the `config/rake.rb` file a The second config file, `.chef/knife.rb` is a repository specific configuration file for knife. If you're using the Opscode Platform, you can download one for your organization from the management console. If you're using the Open Source Chef Server, you can generate a new one with `knife configure`. For more information about configuring Knife, see the Knife documentation. -http://docs.opscode.com/knife.html +https://docs.chef.io/knife.html Next Steps ==========