summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2009-04-12 12:57:29 +0200
committergbrandl <devnull@localhost>2009-04-12 12:57:29 +0200
commitf0b0a22e9e5988414b8f534571cfe531e10212a1 (patch)
tree9b1b4788ac2c2c16870ba916aeb06579837a4a56
parentb06c479a0b7d6cad3633de94132913274e03be03 (diff)
downloadpygments-f0b0a22e9e5988414b8f534571cfe531e10212a1.tar.gz
Fix broken links.
-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