diff options
Diffstat (limited to 'distro/common/markdown/man1/chef-shell.mkd')
-rw-r--r-- | distro/common/markdown/man1/chef-shell.mkd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distro/common/markdown/man1/chef-shell.mkd b/distro/common/markdown/man1/chef-shell.mkd index 5525ef8ea9..216dc73d41 100644 --- a/distro/common/markdown/man1/chef-shell.mkd +++ b/distro/common/markdown/man1/chef-shell.mkd @@ -131,8 +131,8 @@ Recipe mode implements Chef's recipe DSL. Exhaustively documenting this DSL is outside the scope of this document. See the following pages in the Chef documentation for more information: - * <http://wiki.opscode.com/display/chef/Resources> - * <http://wiki.opscode.com/display/chef/Recipes> + * <http://docs.chef.io/resources.html> + * <http://docs.chef.io/recipes.html> Once you have defined resources in the recipe, you can trigger a convergence run via `run_chef` @@ -176,7 +176,7 @@ libraries. ## SEE ALSO chef-client(8) knife(1) - <http://wiki.opscode.com/display/chef/Chef+Shell> + <http://docs.chef.io/ctl_chef_shell.html> ## AUTHOR @@ -192,4 +192,4 @@ libraries. ## CHEF - chef-shell is distributed with Chef. <http://wiki.opscode.com/display/chef/Home> + chef-shell is distributed with Chef. <http://docs.chef.io> |