summaryrefslogtreecommitdiff
path: root/man/bundle.ronn
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-08-15 19:45:51 -0700
committerwycats <wycats@gmail.com>2010-08-15 19:46:13 -0700
commitde33115539380b2145917ac36a2a338413843fb8 (patch)
tree681218098ead09385b1310cec5c19a07b910202f /man/bundle.ronn
parent2051536fef0c4441c8778c2ea3cb44b2077e0062 (diff)
downloadbundler-de33115539380b2145917ac36a2a338413843fb8.tar.gz
Update internal links
Diffstat (limited to 'man/bundle.ronn')
-rw-r--r--man/bundle.ronn10
1 files changed, 5 insertions, 5 deletions
diff --git a/man/bundle.ronn b/man/bundle.ronn
index 8ff559da66..df5efb6246 100644
--- a/man/bundle.ronn
+++ b/man/bundle.ronn
@@ -24,20 +24,20 @@ We divide `bundle` subcommands into primary commands and utilities.
## PRIMARY COMMANDS
-* `bundle install(1)`:
+* [bundle install(1)][bundle-install]:
Install the gems specified by the `Gemfile` or `Gemfile.lock`
-* `bundle update(1)`:
+* [bundle update(1)][bundle-update]:
Update dependencies to their latest versions
-* `bundle package(1)`:
+* [bundle package(1)][bundle-package]:
Package the .gem files required by your application into the
`vendor/cache` directory
-* `bundle exec(1)`:
+* [bundle exec(1)][bundle-exec]:
Execute a script in the context of the current bundle
-* `bundle config(1)`:
+* [bundle config(1)][bundle-config]:
Specify and read configuration options for bundler
## UTILITIES