summaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-04 08:03:27 +0100
committerMartin Fischer <martin@push-f.com>2021-11-04 09:56:40 +0100
commit0a8b42e9c4cf47572fe1590e97395ed9a0973edc (patch)
tree31ddef118a03e323448e1700433273a90a797a82 /doc/docs
parent5a987b8af8dcbddcbd5cade37adebed5b5dd99f1 (diff)
downloadpygments-git-0a8b42e9c4cf47572fe1590e97395ed9a0973edc.tar.gz
Fix broken link in documentation
Co-authored-by: Georg Brandl <georg@python.org>
Diffstat (limited to 'doc/docs')
-rw-r--r--doc/docs/styles.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/styles.rst b/doc/docs/styles.rst
index 9ceaeb28..91689d30 100644
--- a/doc/docs/styles.rst
+++ b/doc/docs/styles.rst
@@ -4,7 +4,7 @@
Styles
======
-Pygments comes with `some builtin styles <../styles/>`_ that work for both the
+Pygments comes with :doc:`some builtin styles </styles/>` that work for both the
HTML and LaTeX formatter.
The builtin styles can be looked up with the `get_style_by_name` function: