This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit d3dab2e0e228a4147953e9e45cc3d4c228a7e91d Author: aabhaschopra <[email protected]> AuthorDate: Sun Jan 23 19:46:35 2022 +0530 Update tutorial.rst (#21043) Updated bad link (cherry picked from commit cee50d99f50198d1c9beb1e3545e0e9393cfb3b1) --- docs/apache-airflow/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/tutorial.rst b/docs/apache-airflow/tutorial.rst index babb8d6..1c32e78 100644 --- a/docs/apache-airflow/tutorial.rst +++ b/docs/apache-airflow/tutorial.rst @@ -176,7 +176,7 @@ to use ``{{ foo }}`` in your templates. Moreover, specifying passing ``dict(hello=lambda name: 'Hello %s' % name)`` to this argument allows you to use ``{{ 'world' | hello }}`` in your templates. For more information regarding custom filters have a look at the -`Jinja Documentation <http://jinja.pocoo.org/docs/dev/api/#writing-filters>`_. +`Jinja Documentation <https://jinja.palletsprojects.com/en/latest/api/#custom-filters>`_. For more information on the variables and macros that can be referenced in templates, make sure to read through the :ref:`templates-ref`.
