summaryrefslogtreecommitdiff
path: root/docs/modules/extensions
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-04-02 12:38:11 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-04-02 12:38:11 -0600
commit03fb2fbd365da0eb83752c4f35cdb6552b971dd2 (patch)
tree1b5e3ec92c1156a6ea1fb80294faecfb56060e8b /docs/modules/extensions
parentc4161fee3a77c89162a5e82d78a94bfe95302eda (diff)
fix broken attribute reference in docs
Diffstat (limited to 'docs/modules/extensions')
-rw-r--r--docs/modules/extensions/pages/index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/extensions/pages/index.adoc b/docs/modules/extensions/pages/index.adoc
index 3b63e8f7..e658fe48 100644
--- a/docs/modules/extensions/pages/index.adoc
+++ b/docs/modules/extensions/pages/index.adoc
@@ -2,7 +2,7 @@
:url-ext-lab: https://github.com/asciidoctor/asciidoctor-extensions-lab
Extensions are central to the success of AsciiDoc because they open up the language to new use cases.
-Asciidoctor provides an {url-api}/asciidoctor/{release-version}/Asciidoctor/Extensions[extension API^] that offers a superset of extension points.
+Asciidoctor provides an {url-api-gems}/asciidoctor/{release-version}/Asciidoctor/Extensions[extension API^] that offers a superset of extension points.
As a result, extensions in Asciidoctor are easy to write, powerful, and simple to distribute.
Asciidoctor also allows extensions to be written using the full power of a programming language (whether it be Ruby, Java, Groovy or JavaScript).