summaryrefslogtreecommitdiff
path: root/man/bundle-gem.ronn
diff options
context:
space:
mode:
authorHiro Asari <asari.ruby@gmail.com>2018-05-17 21:52:08 -0400
committerHiro Asari <asari.ruby@gmail.com>2018-05-17 22:06:57 -0400
commit2e7a0ea035a12cf5dfc6664058e1490f94b3d819 (patch)
treee5b316d4a4dc42cadbf29340b8fc06abeadca4a6 /man/bundle-gem.ronn
parent0c5d3b8c1f391aa5175321675ecd91ee6a1f231b (diff)
downloadbundler-2e7a0ea035a12cf5dfc6664058e1490f94b3d819.tar.gz
Fix man page links
With markup [`bundle platform(1)`][bundle-platform(1)] ronn creates this HTML fragment <dt><a href="bundle-platform.html"><code>bundle platform(1)</code></a></dt><dd><p>Display platform compatibility information</p></dd> At the same time, it generates HTML file `bundle-platform.1.html` based on the man page section, and this results in certain inter-man-page links 404. We resolve this inconsistency by spelling out the href attributes.
Diffstat (limited to 'man/bundle-gem.ronn')
-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 0002f05c40..cf3d037df2 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(1)][bundle-config(1)]
+* [bundle config(1)](bundle-config.1.html)