summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Myers <jmyers@ap.org>2017-02-27 12:50:09 -0600
committerJustin Myers <jmyers@ap.org>2017-02-27 14:03:33 -0600
commitaaec9b8bc039e190fd168c1823f976f5d3a78b75 (patch)
treed6cbb8c13e5cfe3d7ac78a5ff809cbf70bb64529
parent815200c1a5831710ba3422bf1dcedc5a90c99d2f (diff)
downloadbundler-aaec9b8bc039e190fd168c1823f976f5d3a78b75.tar.gz
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 (from 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