Changed links to github
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 17 Oct 2010 14:07:08 +0000 (16:07 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 17 Oct 2010 14:07:08 +0000 (16:07 +0200)
docs/intro.rst

index 35a01f69844a0c650fa2a7a72a4a51323b2e7447..8f03511d7bb522a85b4b8cdaaaf68b84e0d8ac9b 100644 (file)
@@ -79,8 +79,8 @@ This will install Jinja2 into your Python installation's site-packages directory
 Installing the development version
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-1.  Install `mercurial`_
-2.  ``hg clone http://dev.pocoo.org/hg/jinja2-main jinja2``
+1.  Install `git`_
+2.  ``git clone git://github.com/mitsuhiko/jinja2.git``
 3.  ``cd jinja2``
 4.  ``ln -s jinja2 /usr/lib/python2.X/site-packages``
 
@@ -88,15 +88,6 @@ As an alternative to steps 4 you can also do ``python setup.py develop``
 which will install the package via distribute in development mode.  This also
 has the advantage that the C extensions are compiled.
 
-Alternative you can use `pip`_ to install the current development
-snapshot::
-
-    sudo pip install Jinja2==dev
-
-Or the `easy_install`_ command::
-
-    sudo easy_install Jinja2==dev
-
 .. _download page: http://pypi.python.org/pypi/Jinja2
 .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools
 .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall
@@ -174,4 +165,4 @@ in mind, you will have to adapt the shown code examples to Python 3 syntax
 for yourself.
 
 
-.. _Jinja bug tracker: http://dev.pocoo.org/projects/jinja/
+.. _Jinja bug tracker: http://github.com/mitsuhiko/jinja2/issues