summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2016-12-26 16:13:15 -0600
committerSamuel Giddins <segiddins@segiddins.me>2016-12-26 16:13:15 -0600
commitb361db92def2ad0634f2dc43216ac62242216d9f (patch)
tree7fc76ea88343a85b9c21a4e5a7b79bb1d1a3352f
parentec102ebd3dd61c66a3ed25d90c06a001cde03a5c (diff)
downloadbundler-b361db92def2ad0634f2dc43216ac62242216d9f.tar.gz
[Docs] Link to existing command man pages
-rw-r--r--man/bundle.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn
index 065cfd4490..a009374415 100644
--- a/man/bundle.ronn
+++ b/man/bundle.ronn
@@ -55,7 +55,7 @@ We divide `bundle` subcommands into primary commands and utilities.
* `bundle show(1)`:
Show the source location of a particular gem in the bundle
-* `bundle outdated(1)`:
+* [`bundle outdated(1)`][bundle-outdated]:
Show all of the outdated gems in the current bundle
* `bundle console(1)`:
@@ -64,7 +64,7 @@ We divide `bundle` subcommands into primary commands and utilities.
* `bundle open(1)`:
Open an installed gem in the editor
-* `bundle lock(1)`:
+* [`bundle lock(1)`][bundle-lock]:
Generate a lockfile for your dependencies
* `bundle viz(1)`: