From 3ec8f194938a7dab2e462adea9e591f509633048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Garc=C3=ADa?= Date: Sat, 2 Apr 2016 19:24:48 +0200 Subject: [PATCH] Jinja2 repo reallocated to pallets project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77cce5e..63d388d 100644 --- a/README.md +++ b/README.md @@ -547,7 +547,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries and tools for templating and lexing.* -* [Jinja2](https://github.com/mitsuhiko/jinja2) - A modern and designer friendly templating language. +* [Jinja2](https://github.com/pallets/jinja) - A modern and designer friendly templating language. * [Chameleon](https://chameleon.readthedocs.org/en/latest/) - An HTML/XML template engine. Modeled after ZPT, optimized for speed. * [Genshi](https://genshi.edgewall.org/) - Python templating toolkit for generation of web-aware output. * [Mako](http://www.makotemplates.org/) - Hyperfast and lightweight templating for the Python platform.