summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-10-17 16:07:08 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2010-10-17 16:07:08 +0200
commitd811ab5dc77a1bdde90fe50d233f050fc5b5c25a (patch)
tree98efa658640015990946653de49145ffcc5d6df7
parenta0cc246dff77ddafe537ba1a6d31d92a7f08c47c (diff)
downloadjinja2-d811ab5dc77a1bdde90fe50d233f050fc5b5c25a.tar.gz
Changed links to github
-rw-r--r--docs/intro.rst15
1 files changed, 3 insertions, 12 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 35a01f6..8f03511 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -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