summaryrefslogtreecommitdiff
path: root/doc/asciidocapi.txt
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2020-05-30 19:50:47 -0400
committerMatthew Peveler <matt.peveler@gmail.com>2020-05-30 19:50:47 -0400
commit0de0130f49872d55db52dd37430f797210bd2749 (patch)
treeed32336dee0ee501bcdd78b108847e0b1820a81d /doc/asciidocapi.txt
parent428a91edc721358cb42a13ab5d1e7954d3e52255 (diff)
downloadasciidoc-git-0de0130f49872d55db52dd37430f797210bd2749.tar.gz
fix links to asciidoc site to use https
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to 'doc/asciidocapi.txt')
-rw-r--r--doc/asciidocapi.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/asciidocapi.txt b/doc/asciidocapi.txt
index 07c7453..92f68e5 100644
--- a/doc/asciidocapi.txt
+++ b/doc/asciidocapi.txt
@@ -30,7 +30,7 @@ installed -- simple, no setuptools to run, no Eggs to install, no
non-standard library dependencies.
You can find `asciidocapi.py` in the AsciiDoc
-http://asciidoc.org/INSTALL.html#X1[distribution
+https://asciidoc.org/INSTALL.html#X1[distribution
archives] (version 8.4.1 or better).
Once you have `asciidocapi.py` Verify everything is working by running
@@ -122,7 +122,7 @@ A dictionary of AsciiDoc attribute values passed to AsciiDoc.
(delete) the attribute (this in addition to the `name!` attribute
name format that the `asciidoc(1)` command uses).
- To simply define an attribute set the attribute value to a blank
- string (`name: ''`)
+ string (`name: ''`)
`cmd`::
The file path of the `asciidoc.py` script. Set by the `__init__`