diff options
author | gbrandl <devnull@localhost> | 2007-02-13 23:07:14 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-13 23:07:14 +0100 |
commit | b5d91bf82267d2ed5ba354c436bca629f43a91e1 (patch) | |
tree | 49d5ada87058fb82b70135ffa2904075830132bb /docs/src | |
parent | f116ec5be62ed4b67c6ab199e6d055ddb645a84b (diff) | |
download | pygments-b5d91bf82267d2ed5ba354c436bca629f43a91e1.tar.gz |
[svn] Make the XML lexer recognize tag names with underscores. Fixes #201.
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/index.txt | 4 | ||||
-rw-r--r-- | docs/src/installation.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/index.txt b/docs/src/index.txt index 6c7ca276..97438d95 100644 --- a/docs/src/index.txt +++ b/docs/src/index.txt @@ -61,5 +61,5 @@ look `here`_ for info on how to contact the team. You can download an offline version of this documentation from the `download page`_. -.. _here: http://pygments.pocoo.org/contribute/ -.. _download page: http://pygments.pocoo.org/download/ +.. _here: http://pygments.org/contribute/ +.. _download page: http://pygments.org/download/ diff --git a/docs/src/installation.txt b/docs/src/installation.txt index 4bf80f0f..b84e7673 100644 --- a/docs/src/installation.txt +++ b/docs/src/installation.txt @@ -45,7 +45,7 @@ Installing the development version As an alternative to steps 4 and 5 you can also do ``python setup.py develop`` which will install the package via setuptools in development mode. -.. _download page: http://pygments.pocoo.org/download/ +.. _download page: http://pygments.org/download/ .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall .. _Subversion: http://subversion.tigris.org/ |