aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-09-07 14:15:09 -0700
committerAndre Arko <andre@arko.net>2010-09-07 14:15:09 -0700
commit4c83efc5ae3cc6402bf8f8ead88a1ab6f27885e0 (patch)
tree583b159a3deb372c22c5cb3be1f445133dfe5215 /man
parent9f6261e40a8ed6b3936203530fb48cbf237ecb14 (diff)
downloadbundler-4c83efc5ae3cc6402bf8f8ead88a1ab6f27885e0.tar.gz
Fix broken link to docs from Gemfile(5)
Diffstat (limited to 'man')
-rw-r--r--man/gemfile.5.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 2fd07fce..33d0aaed 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -97,7 +97,7 @@ are obviously not available).
Note that on `bundle install`, bundler downloads and evaluates all gems, in order to
create a single canonical list of all of the required gems and their dependencies.
This means that you cannot list different versions of the same gems in different
-groups. For more details, see [Understanding Bundler](http://gembundler.com/v1.0/understanding.html).
+groups. For more details, see [Understanding Bundler](http://gembundler.com/rationale.html).
### PLATFORMS (:platforms)