summaryrefslogtreecommitdiff
path: root/man/bundle-install.ronn
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2018-01-04 14:16:47 -0800
committerSamuel Giddins <segiddins@segiddins.me>2018-01-04 14:16:47 -0800
commit702ca24b980ca28ad1c5cd19160bd083c3e0095b (patch)
tree3a9e47a7c650f3a583335cb05bd8f4c7f593f70f /man/bundle-install.ronn
parentab14bb1938d70cbe76a1fe1ddba64a84cee5a847 (diff)
downloadbundler-702ca24b980ca28ad1c5cd19160bd083c3e0095b.tar.gz
[Man] Audit links to other manpagesseg-audit-man-links
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 c7e38e154f..59e5adcd58 100644
--- a/man/bundle-install.ronn
+++ b/man/bundle-install.ronn
@@ -366,7 +366,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].
+does not work, run [bundle update(1)][bundle-update(1)].
## SEE ALSO