summaryrefslogtreecommitdiff
path: root/docs/modules/html-backend
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modules/html-backend')
-rw-r--r--docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc b/docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc
index 0b9ad08a..447595ad 100644
--- a/docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc
+++ b/docs/modules/html-backend/pages/source-highlighting-stylesheets.adoc
@@ -7,7 +7,7 @@ Asciidoctor can embed the stylesheet for the CodeRay or Pygments syntax highligh
== Requirements
First, make sure the appropriate library is installed on your system.
-See xref:source-highlighters:rouge.adoc[], xref:source-highlighters:coderay.adoc[], or xref:source-highlighters:pygments.adoc[] for installation instructions.
+See xref:syntax-highlighting:rouge.adoc[], xref:syntax-highlighting:coderay.adoc[], or xref:syntax-highlighting:pygments.adoc[] for installation instructions.
Next, set the xref:asciidoc:verbatim:source-highlighter.adoc[source-highlighter attribute] and assign it the value that corresponds to the library you installed.
[#coderay]