Skip to content

Commit

Permalink
Fix docinfo xref
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Jul 15, 2023
1 parent 359580e commit d192d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/converter/pages/revealjs-plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For example, to disable all the default plugins set the following document attri

== Additional plugins

Additional reveal.js plugins can be installed and activated using a xref:asciidoc::docinfo.adoc[docinfo file].
Additional reveal.js plugins can be installed and activated using a xref:asciidoc:docinfo:index.adoc[docinfo file].

. Extract the plugin files in a directory
. Create a docinfo file to load and register the plugin
Expand Down Expand Up @@ -100,7 +100,7 @@ Please note that the file is named _presentation-docinfo-footer.html_ because ou
By default, docinfo files are searched for in the same folder as the document file.
If you want to keep them anywhere else, set the docinfodir attribute to their location.
Please read xref:asciidoctor:docinfo.adoc#resolving[] if you want to learn more.
Please read xref:asciidoc:docinfo:index.adoc#resolving[] if you want to learn more.
====

Read https://revealjs.com/plugins/[the relevant reveal.js documentation] to understand more about reveal.js plugins.
Expand Down

0 comments on commit d192d0b

Please sign in to comment.