This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 9d905da7d91ce98a2a881ca3bcbab992b57f032d
Author: Kaxil Naik <[email protected]>
AuthorDate: Sat Aug 8 17:32:02 2020 +0100

    Fix link for the Jinja Project in docs/tutorial.rst (#10245)
    
    `http://jinja.pocoo.org/docs/dev/` -> `https://jinja.palletsprojects.com/`
    
    (cherry picked from commit b989cea113d05f15ee08bb2c9a483bc07d3b1f07)
---
 docs/tutorial.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/tutorial.rst b/docs/tutorial.rst
index 926b149..d8890e4 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -127,7 +127,7 @@ otherwise Airflow will raise an exception.
 Templating with Jinja
 ---------------------
 Airflow leverages the power of
-`Jinja Templating <http://jinja.pocoo.org/docs/dev/>`_  and provides
+`Jinja Templating <https://jinja.palletsprojects.com/>`_  and provides
 the pipeline author
 with a set of built-in parameters and macros. Airflow also provides
 hooks for the pipeline author to define their own parameters, macros and

Reply via email to