summaryrefslogtreecommitdiff
path: root/docs/modules/api
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-07-20 22:48:33 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-07-20 22:48:33 -0600
commiteef06c5d2c254923816628982c09a9355c3ac6c2 (patch)
treee8d2a2a55b38d8e2df903e0220a639647b25adbe /docs/modules/api
parent8861fcb8059e7448ffda782fea7ef15c1655b823 (diff)
fix broken xref on API index page in docs [skip ci]
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 ab170389..acba1acd 100644
--- a/docs/modules/api/pages/index.adoc
+++ b/docs/modules/api/pages/index.adoc
@@ -189,7 +189,7 @@ That covers the basics of loading and converting AsciiDoc using the API.
* xref:convert-strings.adoc#embedded-output[Generating embedded vs standalone output]
* xref:convert-strings.adoc#convert-inline-markup-only[Convert inline markup only]
-* xref:generate-html-doc[Generate an HTML TOC]
+* xref:generate-html-toc.adoc[Generate an HTML TOC]
* xref:load-templates.adoc[Load custom templates]
* xref:extensions:index.adoc[Create extensions]
* xref:options.adoc[API options]