summaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-04-08 00:46:21 -0600
committerSarah White <graphitefriction@gmail.com>2021-04-09 15:08:48 -0600
commit159f640cdfc0cd2651cc69d00d90d148825151f6 (patch)
tree390975b202ab67e759c2097a7b4d694bd6f9fe8e /README.adoc
parent0aff410867f8ef75cedc9f4b8d691f7d0d112486 (diff)
Fix attribute reference in README.adoc
Co-authored-by: Guillaume Grossetie <g.grossetie@gmail.com>
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc
index 4dd178cd..1ac0e868 100644
--- a/README.adoc
+++ b/README.adoc
@@ -56,7 +56,7 @@ endif::[]
{url-project}[Asciidoctor] is a fast, open source, Ruby-based text processor for parsing {url-what-is-asciidoc}[AsciiDoc] into a document model and converting it to output formats such as HTML 5, DocBook 5, manual pages, PDF, EPUB 3, and other formats.
Asciidoctor also has an ecosystem of extensions, converters, build plugins, and tools to help you author and publish AsciiDoc.
-You can find the documentation for these projects elsewhere on this site or in the {url-org)[Asciidoctor organization on GitHub].
+You can find the documentation for these projects elsewhere on this site or in the {url-org}[Asciidoctor organization on GitHub].
In addition to running on Ruby, Asciidoctor can be executed on a JVM using {url-asciidoctorj}[AsciidoctorJ] or in any JavaScript environment using {url-asciidoctorjs}[Asciidoctor.js].