summaryrefslogtreecommitdiff
path: root/doc/faq.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/faq.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/faq.txt')
-rw-r--r--doc/faq.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/faq.txt b/doc/faq.txt
index 2b67a79..e618044 100644
--- a/doc/faq.txt
+++ b/doc/faq.txt
@@ -27,7 +27,7 @@ able to reference these numbers.
This can be achieved by using the DocBook toolchain but numbering the
paragraphs with AsciiDoc using a custom config file containing the
-following (see http://asciidoc.org/userguide.html#X27
+following (see https://asciidoc.org/userguide.html#X27
for ways to include such a file):
---------------------------------------------------------------------
@@ -485,7 +485,7 @@ icons and the CSS stylesheet:
AsciiDoc has a built-in trace mechanism which is controlled by the
'trace' attribute; there is also the `--verbose` command-line option.
These features are detailed in
-http://asciidoc.org/userguide.html#X82[Appendix G of the
+https://asciidoc.org/userguide.html#X82[Appendix G of the
User Guide].
@@ -1375,9 +1375,9 @@ processing instruction] which will inlcude a file containing raw HTML
into the generated HTML output. For example:
---------------------------------------------------------------
-++++
-<?dbhtml-include href="snippet.html"?>
-++++
+++++
+<?dbhtml-include href="snippet.html"?>
+++++
---------------------------------------------------------------