summaryrefslogtreecommitdiff
path: root/docs/modules/cli/pages
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-08-31 23:59:52 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-09-01 00:10:20 -0600
commitf1af95ef682be6b934581ec01148bf5bbb60175f (patch)
tree1937e252364e140f3c4f7dff2d144118d9ea7a63 /docs/modules/cli/pages
parentbeda2f2bc29553c26205a8bf9b9458b1d66a7492 (diff)
map reference to CLI Options to section in asciidoctor man page
Diffstat (limited to 'docs/modules/cli/pages')
-rw-r--r--docs/modules/cli/pages/index.adoc2
-rw-r--r--docs/modules/cli/pages/options.adoc3
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/modules/cli/pages/index.adoc b/docs/modules/cli/pages/index.adoc
index d2b7dab9..79f492c0 100644
--- a/docs/modules/cli/pages/index.adoc
+++ b/docs/modules/cli/pages/index.adoc
@@ -26,7 +26,7 @@ To invoke Asciidoctor from the CLI and convert an `.adoc` file, execute:
This will use the built-in defaults for options and create a new file in the same directory as the input file, with the same base name, but with the `.html` extension.
-The xref:options.adoc[] describes the available Asciidoctor CLI options and parameters.
+xref:man1/asciidoctor.1.adoc#options[CLI Options] describes the available options and parameters for the Asciidoctor CLI.
You can output the usage for the `asciidoctor` command by appending the `--help` option:
diff --git a/docs/modules/cli/pages/options.adoc b/docs/modules/cli/pages/options.adoc
index 4f2bc185..e87f3355 100644
--- a/docs/modules/cli/pages/options.adoc
+++ b/docs/modules/cli/pages/options.adoc
@@ -1,4 +1,3 @@
= CLI Options
-// um anchor: appendix#cli-options
-include::partial$man-asciidoctor.adoc[tag=options,leveloffset=-1]
+See xref:man1/asciidoctor.1.adoc#options[`asciidoctor` options].