summaryrefslogtreecommitdiff
path: root/man/bundle-show.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-show.ronn
parentab14bb1938d70cbe76a1fe1ddba64a84cee5a847 (diff)
downloadbundler-702ca24b980ca28ad1c5cd19160bd083c3e0095b.tar.gz
[Man] Audit links to other manpagesseg-audit-man-links
Diffstat (limited to 'man/bundle-show.ronn')
-rw-r--r--man/bundle-show.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-show.ronn b/man/bundle-show.ronn
index 714b6067aa..a333a44e5d 100644
--- a/man/bundle-show.ronn
+++ b/man/bundle-show.ronn
@@ -9,7 +9,7 @@ bundle-show(1) -- Shows all the gems in your bundle, or the path to a gem
## DESCRIPTION
Without the [GEM] option, `show` will print a list of the names and versions of
-all gems that are required by your `Gemfile(5)`.
+all gems that are required by your [`Gemfile(5)`][Gemfile(5)].
Calling show with [GEM] will list the exact location of that gem on your
machine.
@@ -17,4 +17,4 @@ machine.
## OPTIONS
* `--paths`:
- List the paths of all gems that are required by your `Gemfile(5)`.
+ List the paths of all gems that are required by your [`Gemfile(5)`][Gemfile(5)].