summaryrefslogtreecommitdiff
path: root/man/gemfile.5.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/gemfile.5.ronn
parentab14bb1938d70cbe76a1fe1ddba64a84cee5a847 (diff)
downloadbundler-702ca24b980ca28ad1c5cd19160bd083c3e0095b.tar.gz
[Man] Audit links to other manpagesseg-audit-man-links
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 9baa7f8e3e..9f6bbce93a 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -35,7 +35,7 @@ this warning, by using the [`:source` option](#SOURCE) or a
### CREDENTIALS
-Some gem sources require a username and password. Use [bundle config(1)][bundle-config] to set
+Some gem sources require a username and password. Use [bundle config(1)][bundle-config(1)] to set
the username and password for any of the sources that need it. The command must
be run once on each computer that will install the Gemfile, but this keeps the
credentials from being stored in plain text in version control.
@@ -228,7 +228,7 @@ As with groups, you can specify one or more platforms:
gem "ruby-debug", :platforms => :mri_18
gem "nokogiri", :platforms => [:mri_18, :jruby]
-All operations involving groups (`bundle install`, `Bundler.setup`,
+All operations involving groups ([`bundle install`][bundle-install(1)], `Bundler.setup`,
`Bundler.require`) behave exactly the same as if any groups not
matching the current platform were explicitly excluded.
@@ -465,7 +465,7 @@ software is installed or some other conditions are met.
## GEMSPEC
-The [.gemspec](http://guides.rubygems.org/specification-reference/) file is where
+The [`.gemspec`](http://guides.rubygems.org/specification-reference/) file is where
you provide metadata about your gem to Rubygems. Some required Gemspec
attributes include the name, description, and homepage of your gem. This is
also where you specify the dependencies your gem needs to run.