summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/index.html b/index.html
index fd0adbc74a..9623687895 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,7 @@
<div id='body'>
<div id='contents'>
<div id='header'>
- <a href="/"><img width="725" alt="The best way to manage your application's dependencies" src="/images/gembundler.png" />
+ <a class="image" href="/"><img width="725" alt="The best way to manage your application's dependencies" src="/images/gembundler.png" />
</a>
</div>
@@ -32,7 +32,7 @@
<div class='contents'>
<div class='bullet'>
<div class='description'>
- Getting started with bundler is easy! Open a terminal window and type the following:
+ Getting started with bundler is easy! Open a terminal window and run this command:
</div>
<pre class='sunburst'>$ gem install bundler&#x000A;</pre>
</div>
@@ -87,7 +87,7 @@
The executables installed into <code>bin</code> are scoped to the
bundle, and will always work.
</div>
- <a href="/v1.3/bundle_exec.html">Learn More: Executables</a>
+ <a href="/v1.3/man/bundle-exec.1.html">Learn More: Executables</a>
</div>
</div>
<h2 id='use-bundler'>Use Bundler with</h2>
@@ -121,7 +121,7 @@
</div>
<div class='shirts'>
<div class='content'>
- <a href="http://www.devswag.com/collections/bundler"><img src="/images/bundler-shirt.png" />
+ <a class="image" href="http://www.devswag.com/collections/bundler"><img src="/images/bundler-shirt.png" />
</a>
<p>
@@ -140,16 +140,16 @@
<div class='spacer'></div>
<div id='navigation'>
<p>
- <b><a href="/v1.3/commands.html">commands</a></b>
- <a href="/v1.3/bundle_install.html">install</a>
+ <b>commands</b>
+ <a href="/v1.3/man/bundle-install.1.html">install</a>
/
- <a href="/v1.3/bundle_update.html">update</a>
+ <a href="/v1.3/man/bundle-update.1.html">update</a>
/
- <a href="/v1.3/bundle_exec.html">exec</a>
+ <a href="/v1.3/man/bundle-exec.1.html">exec</a>
/
- <a href="/v1.3/bundle_config.html">config</a>
+ <a href="/v1.3/man/bundle-config.1.html">config</a>
/
- <a href="/v1.3/bundle_package.html">package</a>
+ <a href="/v1.3/man/bundle-package.1.html">package</a>
</p>
<p>
<b>usage</b>