summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-03-01 20:11:38 +0000
committerThe Bundler Bot <bot@bundler.io>2017-03-01 20:11:38 +0000
commit96a4df3fa67de7ad0e874bb14ff41533a42ed41e (patch)
tree361ee084740be3c450b13cd7739fa26f96975e74
parent0b25fae2c564ec61ef0e59b2f17b91f2fe6b55a2 (diff)
parentaaec9b8bc039e190fd168c1823f976f5d3a78b75 (diff)
downloadbundler-96a4df3fa67de7ad0e874bb14ff41533a42ed41e.tar.gz
Auto merge of #5479 - myersjustinc:man-source-refs, r=segiddins
Update `Gemfile` docs' link targets for `:source` These two links don't go anywhere in the browser, most likely because 01fc34bebd128d758733261f16d9e9a8523d81d4 changed the text of those (and other) headers. As far as I know (based on a quick search with `/\w+-)/`), these are the only two links with this problem.
-rw-r--r--man/gemfile.5.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index fe8d37ee76..dead032ced 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -30,7 +30,7 @@ Sources are checked for gems following the heuristics described in
will print a warning after installing the gem indicating which source was used,
and listing the other sources where the gem is available. A specific source can
be selected for gems that need to use a non-standard repository, suppressing
-this warning, by using the [`:source` option](#SOURCE-source-) or a
+this warning, by using the [`:source` option](#SOURCE) or a
[`source` block](#BLOCK-FORM-OF-SOURCE-GIT-PATH-GROUP-and-PLATFORMS).
### CREDENTIALS
@@ -233,7 +233,7 @@ back on global sources using the ordering described in [SOURCE PRIORITY][].
Selecting a specific source repository this way also suppresses the ambiguous
gem warning described above in
-[GLOBAL SOURCES (#source)](#GLOBAL-SOURCES-source-).
+[GLOBAL SOURCES (#source)](#GLOBAL-SOURCES).
### GIT