summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-07 09:59:05 +0200
committerGeorg Brandl <georg@python.org>2010-09-07 09:59:05 +0200
commit717b67d975bb80ed162b0f588fa2c87bda5cb8f3 (patch)
treed030c89973d53bf9e432db453a2f059a521c93da /docs/src
parent0db1c037c4417d2142b25509a8a42dd6a48f228a (diff)
downloadpygments-717b67d975bb80ed162b0f588fa2c87bda5cb8f3.tar.gz
Switch to bitbucket as main repo.
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/installation.txt2
-rw-r--r--docs/src/lexerdevelopment.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/src/installation.txt b/docs/src/installation.txt
index 22539165..17a9aad5 100644
--- a/docs/src/installation.txt
+++ b/docs/src/installation.txt
@@ -44,7 +44,7 @@ If you want to play around with the code
----------------------------------------
1. Install `Mercurial`_
-2. ``hg clone http://dev.pocoo.org/hg/pygments-main pygments``
+2. ``hg clone http://bitbucket.org/birkenfeld/pygments-main pygments``
3. ``cd pygments``
4. ``ln -s pygments /usr/lib/python2.X/site-packages``
5. ``ln -s pygmentize /usr/local/bin``
diff --git a/docs/src/lexerdevelopment.txt b/docs/src/lexerdevelopment.txt
index ea012a2b..b67d6c87 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://dev.pocoo.org/projects/pygments/browser/pygments/lexers/compiled.py
+.. _compiled.py: http://bitbucket.org/birkenfeld/pygments-main/src/tip/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://dev.pocoo.org/projects/pygments/browser/pygments/lexers/agile.py
+.. _agile.py: https://bitbucket.org/birkenfeld/pygments-main/src/tip/pygments/lexers/agile.py
Filtering Token Streams