summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-12-08 01:53:55 -0700
committerSarah White <graphitefriction@gmail.com>2020-12-08 14:32:53 -0700
commit9200ee1771cd2ee8820093aee8d71e5275110b0c (patch)
treeb96f7072fa7698ca11e5c8b155c81ca2836b7a33 /docs
parentb1e4fd07b0bc2484ef4fcad1a52ad79c289f31ee (diff)
fix broken fragment links
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/ROOT/pages/docinfo.adoc6
-rw-r--r--docs/modules/migrate/pages/asciidoc-python.adoc2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/modules/ROOT/pages/docinfo.adoc b/docs/modules/ROOT/pages/docinfo.adoc
index 0c5959ff..afaa0074 100644
--- a/docs/modules/ROOT/pages/docinfo.adoc
+++ b/docs/modules/ROOT/pages/docinfo.adoc
@@ -9,7 +9,7 @@ Docinfo files are useful for injecting auxiliary metadata, stylesheet, and scrip
The docinfo feature does not apply to all backends.
While it works when converting to output formats such as HTML and DocBook, it does not work when converting to PDF using Asciidoctor PDF.
-The docinfo feature must be explicitly enabled using the `docinfo` attribute (see <<enable-docinfo>>).
+The docinfo feature must be explicitly enabled using the `docinfo` attribute (see <<enable>>).
Which docinfo files get used depends on the value of the `docinfo` attribute as well as the backend.
[#head]
@@ -44,7 +44,7 @@ Here's an example:
----
Docinfo files for HTML output must be saved with the `.html` file extension.
-See <<name-docinfo>> for more details.
+See <<naming>> for more details.
The docinfo file for DocBook 5.0 output may include any of the {url-docbook-info-ref}[<info> element's children^], such as:
@@ -83,7 +83,7 @@ The following example shows some of the content a docinfo file for DocBook might
----
Docinfo files for DocBook output must be saved with the `.xml` file extension.
-See <<name-docinfo>> for more details.
+See <<naming>> for more details.
To see a real-world example of a docinfo file for DocBook, checkout the {url-richfaces-docinfo}[RichFaces Developer Guide docinfo file^].
diff --git a/docs/modules/migrate/pages/asciidoc-python.adoc b/docs/modules/migrate/pages/asciidoc-python.adoc
index 7f36cd8c..9120972c 100644
--- a/docs/modules/migrate/pages/asciidoc-python.adoc
+++ b/docs/modules/migrate/pages/asciidoc-python.adoc
@@ -303,7 +303,7 @@ a|
|Not implemented.
|`[latex]` block macro
-|Use a xref:asciidoc:stem:stem.adoc#stem-bl[stem block].
+|Use a xref:asciidoc:stem:stem.adoc#block[stem block].
|`graphviz`
|Use {url-diagram}[Asciidoctor Diagram^].