From e3efb8c8e7d00319068262325a5a06e04521b61d Mon Sep 17 00:00:00 2001 From: jtimberman Date: Thu, 8 Jan 2015 21:37:44 -0700 Subject: [PATCH] replace some old cruft words/links --- README.md | 2 +- environments/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fdbd474bf..3174245c3 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The first, `config/rake.rb` configures the Rakefile in two sections. If you use the `ssl_cert` task, change the values in the `config/rake.rb` file appropriately. These values were also used in the `new_cookbook` task, but that task is replaced by the `knife cookbook create` command which can be configured below. -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. +The second config file, `.chef/knife.rb` is a repository specific configuration file for knife. If you're using Hosted Chef, 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. https://docs.chef.io/knife.html diff --git a/environments/README.md b/environments/README.md index 854f184de..50ac48db2 100644 --- a/environments/README.md +++ b/environments/README.md @@ -2,4 +2,4 @@ Requires Chef 0.10.0+. This directory is for Ruby DSL and JSON files for environments. For more information see the Chef wiki page: -http://wiki.opscode.com/display/chef/Environments +http://docs.chef.io/environments.html