summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2017-11-06 21:34:41 +0000
committerThe Bundler Bot <bot@bundler.io>2017-11-06 21:34:41 +0000
commite0ee155508cc13500f0c3d4aafcd9ee5dd8a49c6 (patch)
tree411c287ce8b1a1d4836ea50d3af602c299691ac7
parentfc341ed6e87b324a55719b2145f6fd6576067477 (diff)
parentea7d1a6542d6640a64547cf3ba94bd08a87064ee (diff)
downloadbundler-e0ee155508cc13500f0c3d4aafcd9ee5dd8a49c6.tar.gz
Auto merge of #6153 - abunashir:abu-update-doc-link, r=colby-swandale
Update `config` page link to the recent version ### What was the end-user problem that led to this PR? In the `man/bundle-gem.ronn`, we are using a hard-coded version number to link the `bundle-config` doc, which is `v1.14` in this case. Ref: https://bundler.io/v1.16/man/bundle-gem.1.html ### What is your fix for the problem, implemented in this PR? <del>This commit updates the link and uses a relative path so it will always point to the recent version.</del> Edit: This commit updates the link to the current stable version.
-rw-r--r--man/bundle-gem.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn
index f7e648c7fd..3fcf93cd21 100644
--- a/man/bundle-gem.ronn
+++ b/man/bundle-gem.ronn
@@ -75,4 +75,4 @@ configuration file using the following names:
## SEE ALSO
-* [bundle-config](http://bundler.io/v1.14/bundle_config.html)
+* [bundle-config](http://bundler.io/v1.16/bundle_config.html)