From f8ff4c580d43141328c405898447251977c84474 Mon Sep 17 00:00:00 2001 From: Abu Nashir Date: Mon, 6 Nov 2017 11:41:27 +0700 Subject: [PATCH] Update `config` page link to the recent version 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. This commit updates that link and use relative path so it will always point to the recent version. Ref: https://bundler.io/v1.16/man/bundle-gem.1.html --- man/bundle-gem.ronn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/bundle-gem.ronn b/man/bundle-gem.ronn index f7e648c7fd0..8bc91e33310 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](./bundle-config.1.html)