summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-04-02 01:06:42 +0200
committerJakub Jirutka <jakub@jirutka.cz>2019-04-02 01:06:42 +0200
commit49f1686e7faa41a1c79a95e941c845ea1d5095c3 (patch)
tree3d0077a65fbd3de9b7c7237b758607808a369c7f /README.adoc
parent05aa64b9bbd0081506eeb198f77e9ff4b8096394 (diff)
Add .adoc extension to all xref paths
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc
index af8c70b..a2d294c 100644
--- a/README.adoc
+++ b/README.adoc
@@ -24,7 +24,7 @@ This project is an http://asciidoctor.org/[Asciidoctor] extension providing impl
When you define a cross reference to another document “other.adoc” _without_ a label, e.g.:
----
-xref:other#[]
+xref:other.adoc#[]
----
Asciidoctor converts it into a plain link with the target document’s path as a text:
@@ -47,7 +47,7 @@ where “Other Document” is a *title* of the _other.adoc_.
Similarly with cross reference to a section in another document, e.g.:
----
-xref:other#sec1[]
+xref:other.adoc#sec1[]
----
Asciidoctor converts it in the same way as above, but this extensions converts it into: