diff options
author | jamescott <jscott@Ettores-MacBook-Pro-2.local> | 2014-09-25 12:14:53 -0700 |
---|---|---|
committer | jamescott <jscott@Ettores-MacBook-Pro-2.local> | 2014-09-25 12:14:53 -0700 |
commit | 791232c8e08743447fd2a1bf4eb69b87e5d24c00 (patch) | |
tree | fc2ad49e29c026639537189a1b0d233614deed81 /distro/common/html/knife_show.html | |
parent | 6d634e95f3eac17db3c86283b703a9a255c88c05 (diff) | |
download | chef-791232c8e08743447fd2a1bf4eb69b87e5d24c00.tar.gz |
update HTML man pages
Diffstat (limited to 'distro/common/html/knife_show.html')
-rw-r--r-- | distro/common/html/knife_show.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distro/common/html/knife_show.html b/distro/common/html/knife_show.html index 6820b5593f..baae300399 100644 --- a/distro/common/html/knife_show.html +++ b/distro/common/html/knife_show.html @@ -28,7 +28,7 @@ </head> <body> <div style="background-color: #212c35; text-align: left; padding: 0px 0px 0px 0px"> -<a href="http://docs.opscode.com/"><img src="_static/chef_html_logo.png" border="0" alt="Chef"/></a> +<a href="http://docs.getchef.com/"><img src="_static/chef_html_logo.png" border="0" alt="Chef"/></a> </div> @@ -53,7 +53,7 @@ <h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2> <div class="admonition note"> <p class="first admonition-title">Note</p> -<p class="last">Review the list of <a class="reference internal" href="knife_common_options.html"><em>common options</em></a> available to this (and all) Knife subcommands and plugins.</p> +<p class="last">Review the list of <a class="reference internal" href="knife_common_options.html"><em>common options</em></a> available to this (and all) knife subcommands and plugins.</p> </div> <p>This subcommand has the following options:</p> <dl class="docutils"> @@ -71,7 +71,7 @@ </div> <div class="section" id="examples"> <h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2> -<p>The following examples show how to use this Knife subcommand:</p> +<p>The following examples show how to use this knife subcommand:</p> <p><strong>Show all cookbooks</strong></p> <p>To show all cookbooks in the <tt class="docutils literal"><span class="pre">cookbooks/</span></tt> directory:</p> <div class="highlight-bash"><div class="highlight"><pre><span class="nv">$ </span>knife show cookbooks/ |