summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-10-09 01:25:23 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-10-09 01:25:23 -0600
commit594ed2a575dd9139c16b3a067a51e0949601ade8 (patch)
tree3ee7a16fb3674b8596da53804fe069310025680a /docs
parente5544e8ee67a77c21ca49055106d23961dcb6cee (diff)
link to the man page for the asciidoctor command that is included in the docs
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/cli/pages/index.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/cli/pages/index.adoc b/docs/modules/cli/pages/index.adoc
index c3516956..94123c3c 100644
--- a/docs/modules/cli/pages/index.adoc
+++ b/docs/modules/cli/pages/index.adoc
@@ -1,5 +1,4 @@
= Process AsciiDoc Using the CLI
-:url-asciidoctor-1: https://github.com/asciidoctor/asciidoctor/blob/v{release-version}/man/asciidoctor.adoc
////
command-line-usage.adoc
@@ -36,4 +35,5 @@ You can generate the full documentation (i.e., man page) for the `asciidoctor` c
$ asciidoctor --help manpage | man -l -
-You can find the AsciiDoc source for the {url-asciidoctor-1}[Asciidoctor man page^] online in the Asciidoctor repository, which you can preview in a browser.
+You can also find the man page for the `asciidoctor` command rendered as HTML in this documentation, which you can view in a browser instead.
+See xref:man1/asciidoctor.org[asciidoctor(1)].