summaryrefslogtreecommitdiff
path: root/docs/modules
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-01-13 19:01:38 -0700
committerDan Allen <dan.j.allen@gmail.com>2021-01-13 19:01:38 -0700
commit4d28fc1af18b41ec951549ffd435b7503bd0741b (patch)
tree67e2392b84cffda78519a51174f3393d131771c0 /docs/modules
parent2f756255841ca6096b1afe01a9caf767e186cb6a (diff)
switch links to Asciidoctor Diagram to intrasite references [skip ci]
Diffstat (limited to 'docs/modules')
-rw-r--r--docs/modules/ROOT/pages/features.adoc2
-rw-r--r--docs/modules/migrate/pages/asciidoc-py.adoc5
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/modules/ROOT/pages/features.adoc b/docs/modules/ROOT/pages/features.adoc
index d6fc4141..d06b1dbe 100644
--- a/docs/modules/ROOT/pages/features.adoc
+++ b/docs/modules/ROOT/pages/features.adoc
@@ -129,7 +129,7 @@ In addition to its performance, these security levels make Asciidoctor well-suit
Installating Asciidoctor is just the beginning of your publishing experience.
Asciidoctor gives you access to a {url-org}[healthy ecosystem of extensions and tools^], ranging from converters, to extended syntax, to build plugins, to integrated writing and preview environments.
-One popular extension is {url-org}/asciidoctor-diagram[Asciidoctor Diagram^].
+One popular extension is xref:diagram-extension::index.adoc[Asciidoctor Diagram].
When loaded, Asciidoctor Diagram allows you to make diagrams from plain text (much like AsciiDoc does for writing).
Asciidoctor Diagram does this by extending the syntax of AsciiDoc to recognize specially marked literal blocks.
It takes the text inside those blocks, passes it through one of the diagramming tools it integrates with, and reinserts the image back into the document as it is being processed.
diff --git a/docs/modules/migrate/pages/asciidoc-py.adoc b/docs/modules/migrate/pages/asciidoc-py.adoc
index a5f1cac8..518b3e86 100644
--- a/docs/modules/migrate/pages/asciidoc-py.adoc
+++ b/docs/modules/migrate/pages/asciidoc-py.adoc
@@ -1,5 +1,4 @@
= Migrate from AsciiDoc.py
-:url-diagram: {url-org}/asciidoctor-diagram
:url-tests: {url-org}/asciidoctor/tree/master/test
:url-doctest: {url-org}/asciidoctor-doctest
:url-manpage: {url-project}/man/asciidoctor
@@ -314,7 +313,7 @@ a|
|Use a xref:asciidoc:stem:stem.adoc#block[stem block].
|`graphviz`
-|Use {url-diagram}[Asciidoctor Diagram^].
+|Use xref:diagram-extension::index.adoc[Asciidoctor Diagram].
|===
=== Custom extensions
@@ -382,7 +381,7 @@ These are some of the more interesting ones when migrating:
* xref:directives:include-lines-and-tags.adoc[Partial includes]
* xref:attributes:safe-modes.adoc[Additional safe modes]
* xref:macros:icons.adoc[Icon-based fonts and inline icons]
-* {url-diagram}[Asciidoctor Diagram^]
+* xref:diagram-extension::index.adoc[Asciidoctor Diagram]
A detailed list of the improvements is shown in #Differences between Asciidoctor and AsciiDoc.py#.