summaryrefslogtreecommitdiff
path: root/man/bundle-lock.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-lock.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-lock.ronn')
-rw-r--r--man/bundle-lock.ronn2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-lock.ronn b/man/bundle-lock.ronn
index 951194715f..3aa5920f5a 100644
--- a/man/bundle-lock.ronn
+++ b/man/bundle-lock.ronn
@@ -91,4 +91,4 @@ For a full explanation of gem platforms, see `gem help platform`.
## PATCH LEVEL OPTIONS
-See [bundle update(1)][bundle-update(1)] for details.
+See [bundle update(1)](bundle-update.1.html) for details.