You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/15 03:32:51 UTC

[airflow] 16/47: Fix link for the Jinja Project in docs/tutorial.rst (#10245)

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 2df8a6577169d89c68c8dd92f5ed3393d6e119a4
Author: Kaxil Naik <ka...@gmail.com>
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