From c5a860c741cb1439bca776720108fdc4e7ee55a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Carlos=20Garc=C3=ADa?= Date: Mon, 4 Apr 2016 01:21:39 +0200 Subject: [PATCH] change from @mitsuhiko to pallets project --- README.rst | 8 ++++---- docs/_templates/sidebarintro.html | 2 +- docs/integration.rst | 2 +- docs/intro.rst | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 0684e8a1..ddd830ad 100644 --- a/README.rst +++ b/README.rst @@ -41,9 +41,9 @@ Builds ------ +---------------------+------------------------------------------------------------------------------+ -| ``master`` | .. image:: https://travis-ci.org/mitsuhiko/jinja2.svg?branch=master | -| | :target: https://travis-ci.org/mitsuhiko/jinja2 | +| ``master`` | .. image:: https://travis-ci.org/pallets/jinja.svg?branch=master | +| | :target: https://travis-ci.org/pallets/jinja | +---------------------+------------------------------------------------------------------------------+ -| ``2.7-maintenance`` | .. image:: https://travis-ci.org/mitsuhiko/jinja2.svg?branch=2.7-maintenance | -| | :target: https://travis-ci.org/mitsuhiko/jinja2 | +| ``2.7-maintenance`` | .. image:: https://travis-ci.org/pallets/jinja.svg?branch=2.7-maintenance | +| | :target: https://travis-ci.org/pallets/jinja | +---------------------+------------------------------------------------------------------------------+ diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html index b7fcfda4..9c430c0c 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -16,5 +16,5 @@ diff --git a/docs/integration.rst b/docs/integration.rst index 92a3b147..25f4abae 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -6,7 +6,7 @@ the `Babel`_ library or your favourite editor for fancy code highlighting. This is a brief description of whats included. Files to help integration are available -`here. `_ +`here. `_ .. _babel-integration: diff --git a/docs/intro.rst b/docs/intro.rst index 99c35827..e8c46789 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -55,7 +55,7 @@ Installing the development version ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. Install `git`_ -2. ``git clone git://github.com/mitsuhiko/jinja2.git`` +2. ``git clone git://github.com/pallets/jinja.git`` 3. ``cd jinja2`` 4. ``ln -s jinja2 /usr/lib/python2.X/site-packages`` @@ -120,4 +120,4 @@ in mind, so you will have to adapt the shown code examples to Python 3 syntax for yourself. -.. _Jinja bug tracker: http://github.com/mitsuhiko/jinja2/issues +.. _Jinja bug tracker: http://github.com/pallets/jinja/issues -- 2.47.2