Skip to content

Commit

Permalink
Fix links to manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Aug 29, 2010
1 parent e7a317f commit d9158be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/pages/gemfile.haml
Expand Up @@ -5,7 +5,7 @@
.description
Read the manual for an in-depth discussion of all of the options available in the
<code>Gemfile</code> and how to use them.
= link("Gemfile manual", "/omg.html")
= link("Gemfile manual", "./man/gemfile.5.html")

%h2 Gemfiles

Expand Down Expand Up @@ -51,7 +51,7 @@
.bullet
.description
Git repositories are also valid gem sources, as long as the repo contains one or
more valid gems. Specify what to check out with <code>:tag</code>,
more valid gems. Specify what to check out with <code>:tag</code>,
<code>:branch</code>, or <code>:ref</code>. The default is the <code>master</code> branch.
:highlight_ruby
gem "nokogiri", :git => "git://github.com/tenderlove/nokogiri.git", :branch => "1.4"
Expand Down
6 changes: 3 additions & 3 deletions src/pages/index.haml
Expand Up @@ -8,8 +8,8 @@
%ul.bullet
= link("Reporting a Bug", "http://github.com/carlhuda/bundler/issues")
= link("Understanding Bundler", "./rationale.html")
= link("Gemfile Manual", "../man/gemfile.5.html")
= link("CLI Manual", "../man/bundle.1.html")
= link("Gemfile Manual", "./man/gemfile.5.html")
= link("CLI Manual", "./man/bundle.1.html")

%h2 Getting Started

Expand Down Expand Up @@ -141,7 +141,7 @@
update to any of the other gems in your Gemfile.

%p
This will usually work for simple dependencies, like
This will usually work for simple dependencies, like
<code>nokogiri</code> or <code>sqlite3-ruby</code>. On the
other hand, updating Rails will usually require an update
to some other component, because of the amount of dependencies
Expand Down

0 comments on commit d9158be

Please sign in to comment.