summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTim Hatch <tim@timhatch.com>2015-10-17 07:48:25 -0700
committerTim Hatch <tim@timhatch.com>2015-10-17 07:48:25 -0700
commita28b3f8de447837aeca22a24f36902cf9cd90cab (patch)
tree43e401b2e41f75904a6dd7f18a861c9f42cf16c3 /doc
parente55bc185f3461a641cdfb8fba44c5b9ac17cef6a (diff)
downloadpygments-git-a28b3f8de447837aeca22a24f36902cf9cd90cab.tar.gz
Resolves #643: Remove 'here' as link text in docs.
Diffstat (limited to 'doc')
-rw-r--r--doc/faq.rst3
-rw-r--r--doc/languages.rst6
2 files changed, 4 insertions, 5 deletions
diff --git a/doc/faq.rst b/doc/faq.rst
index aeba9259..5458e655 100644
--- a/doc/faq.rst
+++ b/doc/faq.rst
@@ -12,8 +12,7 @@ processed version (in different formats) containing syntax highlighting markup.
Its features include:
-* a wide range of common languages and markup formats is supported (look here
- for a list)
+* a wide range of common :doc:`languages and markup formats <languages>` is supported
* new languages and formats are added easily
* a number of output formats is available, including:
diff --git a/doc/languages.rst b/doc/languages.rst
index 13555ccf..683b8752 100644
--- a/doc/languages.rst
+++ b/doc/languages.rst
@@ -143,9 +143,9 @@ Other markup
... that's all?
---------------
-Well, why not write your own? Contributing to Pygments is easy and fun. Look
-:doc:`here <docs/lexerdevelopment>` for the docs on lexer development and
-:ref:`here <contribute>` for contact details.
+Well, why not write your own? Contributing to Pygments is easy and fun. Take a look at the
+:doc:`docs on lexer development <docs/lexerdevelopment>` and
+:ref:`contact details <contribute>`.
Note: the languages listed here are supported in the development version. The
latest release may lack a few of them.