diff options
| author | Ofek Lev <ofekmeister@gmail.com> | 2020-02-10 01:22:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 07:22:40 +0100 |
| commit | f456d23496db5a4e24002c131759035a337cbe0e (patch) | |
| tree | 6fe470a267c0810f8e6d1d8f3fdb3047bbde585c /doc | |
| parent | 9fcf28e4b8a41a48aee7aef2824122eb891e965a (diff) | |
| download | pygments-git-f456d23496db5a4e24002c131759035a337cbe0e.tar.gz | |
Fix links (#1389)
* Fix link
* here too
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/docs/index.rst | 2 | ||||
| -rw-r--r-- | doc/languages.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs/index.rst b/doc/docs/index.rst index 4cf710f8..1c96e62d 100644 --- a/doc/docs/index.rst +++ b/doc/docs/index.rst @@ -58,4 +58,4 @@ Pygments documentation authors If you find bugs or have suggestions for the documentation, please submit them -on `GitHub <https://github.com/pygments/pygments>`. +on `GitHub <https://github.com/pygments/pygments>`_. diff --git a/doc/languages.rst b/doc/languages.rst index a1d796b4..4ccef10b 100644 --- a/doc/languages.rst +++ b/doc/languages.rst @@ -289,7 +289,7 @@ Other markup 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>`. Pull -requests are welcome on `GitHub <https://github.com/pygments/pygments>`. +requests are welcome on `GitHub <https://github.com/pygments/pygments>`_. Note: the languages listed here are supported in the development version. The latest release may lack a few of them. |
