summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-12 12:57:29 +0200
committerGeorg Brandl <georg@python.org>2009-04-12 12:57:29 +0200
commit3287dbb5c02c055ea9951ef6632e301362ea783b (patch)
tree9b1b4788ac2c2c16870ba916aeb06579837a4a56 /docs/src
parentfec322cb0708802e616f16a53c63abbf93f72f88 (diff)
downloadpygments-git-3287dbb5c02c055ea9951ef6632e301362ea783b.tar.gz
Fix broken links.
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/lexerdevelopment.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/lexerdevelopment.txt b/docs/src/lexerdevelopment.txt
index d7961bfc..ea012a2b 100644
--- a/docs/src/lexerdevelopment.txt
+++ b/docs/src/lexerdevelopment.txt
@@ -455,7 +455,7 @@ There are not really any simple examples for lexer callbacks, but you can see
them in action e.g. in the `compiled.py`_ source code in the `CLexer` and
`JavaLexer` classes.
-.. _compiled.py: http://trac.pocoo.org/repos/pygments/lexers/compiled.py
+.. _compiled.py: http://dev.pocoo.org/projects/pygments/browser/pygments/lexers/compiled.py
The ExtendedRegexLexer class
@@ -513,7 +513,7 @@ For example, this is how the hypothetical lexer above would be written with the
This might sound confusing (and it can really be). But it is needed, and for an
example look at the Ruby lexer in `agile.py`_.
-.. _agile.py: http://trac.pocoo.org/repos/pygments/trunk/pygments/lexers/agile.py
+.. _agile.py: http://dev.pocoo.org/projects/pygments/browser/pygments/lexers/agile.py
Filtering Token Streams