Skip to content

Commit 34d4ee0

Browse files
committed
docs: Update jinja links to palletsprojects.com
jinja now lives on palletsprojects.com, not pocoo.org
1 parent 782da86 commit 34d4ee0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/docs/api/templates/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ summary: Specific functionality added to the Jinja template environment by Lekto
44
---
55
body:
66

7-
Lektor extends the [Jinja2 :ext](http://jinja.pocoo.org/) templating language
7+
Lektor extends the [Jinja2 :ext](http://jinja.palletsprojects.com/) templating language
88
with many useful helpers. We do not document Jinja 2 itself here, but all
99
the specific helpers are explained.

content/docs/templates/contents.lr

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ summary: A quick introduction into templating in Lektor.
66
---
77
body:
88

9-
Lektor uses the [Jinja2 :ext](http://jinja.pocoo.org/) templating language for
9+
Lektor uses the [Jinja2 :ext](http://jinja.palletsprojects.com/) templating language for
1010
generating HTML out of your pages. You do not need to understand Jinja2 to
1111
be able to generate beautiful websites but if you want to dive deep into the
1212
powers of the templating language then you can learn more about it by
13-
reading the [Jinja2 Documentation :ext](http://jinja.pocoo.org/docs).
13+
reading the [Jinja2 Documentation :ext](http://jinja.palletsprojects.com/en/stable/templates).
1414

1515
!! Templates are a very powerful component in Lektor. A lot of documentation
1616
about the features of it can be found in the [Jinja2 Documentation
17-
:ext](http://jinja.pocoo.org/docs) as well as the [Lektor Template API
17+
:ext](http://jinja.palletsprojects.com/en/stable/templates) as well as the [Lektor Template API
1818
Documentation :ext](../api/templates/).
1919

2020
## Template Folder and Naming

0 commit comments

Comments
 (0)