]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
change from @mitsuhiko to pallets project
authorJosé Carlos García <quobit@users.noreply.github.com>
Sun, 3 Apr 2016 23:21:39 +0000 (01:21 +0200)
committerDavid Lord <davidism@gmail.com>
Sun, 3 Apr 2016 23:21:39 +0000 (16:21 -0700)
README.rst
docs/_templates/sidebarintro.html
docs/integration.rst
docs/intro.rst

index 0684e8a1b225084b325e8fdefa60245f96176796..ddd830ada45bb4c6c55f861e822a06815dd50e9d 100644 (file)
@@ -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                          |
 +---------------------+------------------------------------------------------------------------------+
index b7fcfda412f90a3cc83ac56c5077e746ee9fb306..9c430c0c5f8f37670eed41ba7f14be45db34e9a3 100644 (file)
@@ -16,5 +16,5 @@
 <ul>
   <li><a href="http://jinja.pocoo.org/">The Jinja2 Website</a></li>
   <li><a href="http://pypi.python.org/pypi/Jinja2">Jinja2 @ PyPI</a></li>
-  <li><a href="http://github.com/mitsuhiko/jinja2">Jinja2 @ github</a></li>
+  <li><a href="http://github.com/pallets/jinja">Jinja2 @ github</a></li>
 </ul>
index 92a3b14794b39f24a1d4cbabebca88cea9f56d03..25f4abae5e51efab3c4d43d2f9291ebe310982b9 100644 (file)
@@ -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. <https://github.com/mitsuhiko/jinja2/tree/master/ext>`_
+`here. <https://github.com/pallets/jinja/tree/master/ext>`_
 
 .. _babel-integration:
 
index 99c3582728f7734603a70b056a2080f1bceb2812..e8c4678975b9ffbc7fc2e170b3e63a0942c27392 100644 (file)
@@ -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