diff options
author | Samuel Giddins <segiddins@segiddins.me> | 2018-01-04 14:16:47 -0800 |
---|---|---|
committer | Samuel Giddins <segiddins@segiddins.me> | 2018-01-04 14:16:47 -0800 |
commit | 702ca24b980ca28ad1c5cd19160bd083c3e0095b (patch) | |
tree | 3a9e47a7c650f3a583335cb05bd8f4c7f593f70f /man/bundle-install.ronn | |
parent | ab14bb1938d70cbe76a1fe1ddba64a84cee5a847 (diff) | |
download | bundler-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.ronn | 2 |
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 |