Skip to content

Commit fcd417d

Browse files
committed
Replace jinja.pocoo.org to https://jinja.palletsprojects.com/en
1 parent 52daf02 commit fcd417d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/advanced/dict_variables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ The above ``file_types`` dictionary variable creates ``cookiecutter.file_types``
6363
{% endfor %}
6464

6565

66-
Cookiecutter is using `Jinja2's for expression <http://jinja.pocoo.org/docs/dev/templates/#for>`_ to iterate over the items in the dictionary.
66+
Cookiecutter is using `Jinja2's for expression <https://jinja.palletsprojects.com/en/latest/templates/#for>`_ to iterate over the items in the dictionary.

docs/advanced/template_extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ It is different from a mere replace of spaces since it also treats some special
9999
The function accepts all arguments that can be passed to the ``slugify`` function of `python-slugify`_.
100100
For example to change the output from ``it-s-a-random-version``` to ``it_s_a_random_version``, the ``separator`` parameter would be passed: ``slugify(separator='_')``.
101101

102-
.. _`Jinja2 extensions`: http://jinja.pocoo.org/docs/latest/extensions/
102+
.. _`Jinja2 extensions`: https://jinja.palletsprojects.com/en/latest/extensions/
103103
.. _`now`: https://github.com/hackebrot/jinja2-time#now-tag
104104
.. _`jinja2_time.TimeExtension`: https://github.com/hackebrot/jinja2-time
105105
.. _`python-slugify`: https://pypi.org/project/python-slugify

docs/troubleshooting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Or this::
2525

2626
{{ {{ url_for('home') }} }}
2727

28-
See http://jinja.pocoo.org/docs/templates/#escaping for more info.
28+
See https://jinja.palletsprojects.com/en/latest/templates/#escaping for more info.
2929

3030
You can also use the `_copy_without_render`_ key in your `cookiecutter.json`
3131
file to escape entire files and directories.

0 commit comments

Comments
 (0)