summaryrefslogtreecommitdiff
path: root/docs/modules/html-backend/pages
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-23 17:44:00 -0700
committerSarah White <graphitefriction@gmail.com>2020-12-08 14:32:53 -0700
commitf096ff14e7aa881d0bb797e481ae2b66daccdebd (patch)
treee27f3b1796a2841bb8bca52d4b3fefb60c2af342 /docs/modules/html-backend/pages
parent44d1d3c25d12b70b8346d4435461601d20b66839 (diff)
rename source-highlighters module to syntax-highlighting
Diffstat (limited to 'docs/modules/html-backend/pages')
-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]