From 2971b213a046c24d00fb2441ef853db23bfd19b9 Mon Sep 17 00:00:00 2001 From: "Julian C. Dunn" Date: Sun, 8 Feb 2015 09:28:22 +0100 Subject: Update branding from opscode.com to chef.io --- lib/chef/shell/ext.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chef/shell/ext.rb b/lib/chef/shell/ext.rb index fd785e2f79..d516524765 100644 --- a/lib/chef/shell/ext.rb +++ b/lib/chef/shell/ext.rb @@ -211,8 +211,8 @@ E def version puts "This is the chef-shell.\n" + " Chef Version: #{::Chef::VERSION}\n" + - " http://www.opscode.com/chef\n" + - " http://docs.opscode.com/" + " http://www.chef.io/\n" + + " http://docs.chef.io/" :ucanhaz_automation end alias :shell :version -- cgit v1.2.1