summaryrefslogtreecommitdiff
path: root/docs/modules/api
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-08-14 15:06:14 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-08-14 15:06:14 -0600
commitfcfd8d8c4aaf3b22555f05feddada50911742a1c (patch)
treea808d163a1ba6179579be2d9f118cb77c5de2d22 /docs/modules/api
parent692e1179892309fc9896c2eee949a4994abf3271 (diff)
update links to rubydoc.info to build on a shared attribute
Diffstat (limited to 'docs/modules/api')
-rw-r--r--docs/modules/api/pages/index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/api/pages/index.adoc b/docs/modules/api/pages/index.adoc
index acba1acd..a7108fb2 100644
--- a/docs/modules/api/pages/index.adoc
+++ b/docs/modules/api/pages/index.adoc
@@ -1,5 +1,5 @@
= Process AsciiDoc Using the API
-:url-api: https://www.rubydoc.info/gems/asciidoctor
+:url-api: {url-api-gems}/asciidoctor/{release-version}
In addition to a CLI, Asciidoctor provides a {url-api}[Ruby API^] named `Asciidoctor` for parsing, analyzing, and converting AsciiDoc content.
This API is intended for use in scripts, integration with other Ruby software, such as Rails, GitHub, and GitLab, and by other languages, such as Java (via xref:asciidoctorj::index.adoc[AsciidoctorJ]) and JavaScript (via xref:asciidoctor.js::index.adoc[Asciidoctor.js]).