diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-09-01 00:31:53 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-09-01 00:31:53 -0600 |
| commit | f405e335f70de857538070795c63d5e0eb8ad304 (patch) | |
| tree | bf11b2ea02ca742732a0c9a88274a9791f3b3e49 /docs/modules/cli | |
| parent | f1af95ef682be6b934581ec01148bf5bbb60175f (diff) | |
remove .1 from the URL of the asciidoctor man page
Diffstat (limited to 'docs/modules/cli')
| -rw-r--r-- | docs/modules/cli/nav.adoc | 4 | ||||
| -rw-r--r-- | docs/modules/cli/pages/index.adoc | 2 | ||||
| -rw-r--r-- | docs/modules/cli/pages/man1/asciidoctor.adoc (renamed from docs/modules/cli/pages/man1/asciidoctor.1.adoc) | 0 | ||||
| -rw-r--r-- | docs/modules/cli/pages/options.adoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/modules/cli/nav.adoc b/docs/modules/cli/nav.adoc index f2e0cb5a..f0ca2a2e 100644 --- a/docs/modules/cli/nav.adoc +++ b/docs/modules/cli/nav.adoc @@ -1,7 +1,7 @@ * xref:index.adoc[] -** xref:man1/asciidoctor.1.adoc[] +** xref:man1/asciidoctor.adoc[] ** xref:output-file.adoc[] ** xref:process-multiple-files.adoc[] ** xref:io-piping.adoc[] ** xref:set-safe-mode.adoc[] -** xref:man1/asciidoctor.1.adoc#options[CLI Options] +** xref:man1/asciidoctor.adoc#options[CLI Options] diff --git a/docs/modules/cli/pages/index.adoc b/docs/modules/cli/pages/index.adoc index 79f492c0..c3516956 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. -xref:man1/asciidoctor.1.adoc#options[CLI Options] describes the available options and parameters for the Asciidoctor CLI. +xref:man1/asciidoctor.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/man1/asciidoctor.1.adoc b/docs/modules/cli/pages/man1/asciidoctor.adoc index 76b9296f..76b9296f 100644 --- a/docs/modules/cli/pages/man1/asciidoctor.1.adoc +++ b/docs/modules/cli/pages/man1/asciidoctor.adoc diff --git a/docs/modules/cli/pages/options.adoc b/docs/modules/cli/pages/options.adoc index e87f3355..11a03916 100644 --- a/docs/modules/cli/pages/options.adoc +++ b/docs/modules/cli/pages/options.adoc @@ -1,3 +1,3 @@ = CLI Options -See xref:man1/asciidoctor.1.adoc#options[`asciidoctor` options]. +See xref:man1/asciidoctor.adoc#options[`asciidoctor` options]. |
