summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-08-03 01:43:23 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-08-03 01:43:23 -0600
commit130bc8f6454924fa1da48988897925d817fcd9ae (patch)
tree6261a3b5d1049ac62cd6febbf54e0eb44ac7891c /docs/modules
parentb41b55d8f90f559dd7898622f255a5de24c957b0 (diff)
link to man page for current release [skip ci]
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/manpage-backend/pages/index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/manpage-backend/pages/index.adoc b/docs/modules/manpage-backend/pages/index.adoc
index 9c8f055d..cb27195b 100644
--- a/docs/modules/manpage-backend/pages/index.adoc
+++ b/docs/modules/manpage-backend/pages/index.adoc
@@ -2,7 +2,7 @@
:navtitle: Generate Manual Pages
:url-man7: https://man7.org/linux/man-pages/man7/roff.7.html
:url-docbook-refmisc: https://tdg.docbook.org/tdg/5.0/refmiscinfo.html
-:url-manpage-raw: https://raw.githubusercontent.com/asciidoctor/asciidoctor/master/man/asciidoctor.adoc
+:url-manpage-raw: https://raw.githubusercontent.com/asciidoctor/asciidoctor/v{release-version}/man/asciidoctor.adoc
The AsciiDoc language defines a doctype named `manpage` for composing manual pages (man pages) in AsciiDoc.
Asciidoctor provides a converter that converts this AsciiDoc structure into a roff-formatted man page.