diff options
| author | Sarah White <graphitefriction@gmail.com> | 2020-12-03 17:30:34 -0700 |
|---|---|---|
| committer | Sarah White <graphitefriction@gmail.com> | 2020-12-08 14:32:53 -0700 |
| commit | 062ddfe40c7b90205b74d1313969cd3287be99fe (patch) | |
| tree | 86ac30555a62461bab3a5a98f5d6adef6496d973 /docs/modules/api | |
| parent | a90f36363994f51fd5bb142942608e9dd7b8dd25 (diff) | |
content clarifications, syntax fixes, and added xrefs
Diffstat (limited to 'docs/modules/api')
| -rw-r--r-- | docs/modules/api/pages/index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/api/pages/index.adoc b/docs/modules/api/pages/index.adoc index 5c909faa..6a53b4b1 100644 --- a/docs/modules/api/pages/index.adoc +++ b/docs/modules/api/pages/index.adoc @@ -20,7 +20,7 @@ To use Asciidoctor in your application, you first need to require the gem: [source,ruby] require 'asciidoctor' -This one statement makes all of the {url-api}[public APIs in Asciidoctor] available to your script or application. +This one statement makes all of the {url-api}[public APIs in Asciidoctor^] available to your script or application. Now you can start processing AsciiDoc documents. The main entry points in the Asciidoctor API are the static methods to load or convert AsciiDoc documents, which we'll cover on this page. |
