Skip to content

Commit

Permalink
Auto merge of rubygems#6153 - abunashir:abu-update-doc-link, r=colby-…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
bundlerbot committed Nov 6, 2017
2 parents fc341ed + ea7d1a6 commit e0ee155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion man/bundle-gem.ronn
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit e0ee155

Please sign in to comment.