summaryrefslogtreecommitdiff
path: root/man/bundle-install.ronn
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-install.ronn')
-rw-r--r--man/bundle-install.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-install.ronn b/man/bundle-install.ronn
index a4034bc506..0bfd29234a 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -375,7 +375,7 @@ which other gems in the Gemfile(5) still depend on, run
`Summary`: In general, after making a change to the Gemfile(5) , you
should first try to run `bundle install`, which will guarantee that no
other gem in the Gemfile(5) is impacted by the change. If that
-does not work, run [bundle update(1)][bundle-update(1)].
+does not work, run [bundle update(1)](bundle-update.1.html).
## SEE ALSO