summaryrefslogtreecommitdiff
path: root/pygments/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2019-11-10 08:54:34 +0100
committerGeorg Brandl <georg@python.org>2019-11-10 09:46:26 +0100
commit56cb85513b028beffd9b530250d4134fcc1ec44e (patch)
treeaba36de9ae8cc95c7f20de1a7d839fb63f31f442 /pygments/__init__.py
parent38e5c33f5c2a2ed3b3ea158dcb9a10e0a27202e8 (diff)
downloadpygments-git-56cb85513b028beffd9b530250d4134fcc1ec44e.tar.gz
Update hg/bitbucket -> git/github everywhere.
Diffstat (limited to 'pygments/__init__.py')
-rw-r--r--pygments/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/__init__.py b/pygments/__init__.py
index 15c226a3..ffe36033 100644
--- a/pygments/__init__.py
+++ b/pygments/__init__.py
@@ -17,10 +17,10 @@
* it is usable as a command-line tool and as a library
* ... and it highlights even Brainfuck!
- The `Pygments tip`_ is installable with ``easy_install Pygments==dev``.
+ The `Pygments master branch`_ is installable with ``easy_install Pygments==dev``.
- .. _Pygments tip:
- http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev
+ .. _Pygments master branch:
+ https://github.com/pygments/pygments/archive/master.zip#egg=Pygments-dev
:copyright: Copyright 2006-2019 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.