-
Notifications
You must be signed in to change notification settings - Fork 426
Closed
Description
Describe the issue with documentation
- visit https://airflow.apache.org/docs/apache-airflow/2.2.4/tutorial.html
- go to the section Templating with Jinja(Templating with Jinja)
- scroll down to the para "Using that same DAG constructor call.........", the hyperlink Jinja documentation opens the link successfully (target URL is https://jinja.palletsprojects.com/en/latest/api/#custom-filters)
while 2.2.4 link is working fine, but older version links are broken
visit https://airflow.apache.org/docs/apache-airflow/2.2.3/tutorial.html and repeat the same steps, links seems pointing to (https://jinja.palletsprojects.com/en/master/api/#writing-filters)
same behavior observed for 2.2.3,2.2.2, 2.2.1,2.2.0 & other versions
How to solve the problem
Can we use 2.2.4 target URL for older versions ?
Anything else
How often this problem occur? :Every time we use older documentation
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable