diff options
-rw-r--r-- | docs/src/styles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/styles.txt b/docs/src/styles.txt index d6ba8bd0..acb70c37 100644 --- a/docs/src/styles.txt +++ b/docs/src/styles.txt @@ -68,7 +68,7 @@ they can be used for a variety of formatters.) To make the style usable for Pygments, you must -* either register it as a plugin (see `the plugin docs <plugins.txt>`) +* either register it as a plugin (see `the plugin docs <plugins.txt>`_) * or drop it into the `styles` subpackage of your Pygments distribution one style class per style, where the file name is the style name and the class name is `StylenameClass`. For example, if your style should be called |