You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/27 12:32:31 UTC

[airflow] branch main updated: Fix wrong link for taskflow tutorial (#26007)

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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 4bb4fce59b Fix wrong link for taskflow tutorial (#26007)
4bb4fce59b is described below

commit 4bb4fce59bbe098fe209ab7c03c14db7aaaeff30
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Sat Aug 27 14:32:17 2022 +0200

    Fix wrong link for taskflow tutorial (#26007)
---
 docs/apache-airflow/upgrading-from-1-10/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/upgrading-from-1-10/index.rst b/docs/apache-airflow/upgrading-from-1-10/index.rst
index 6ad1725440..c6bc04c83d 100644
--- a/docs/apache-airflow/upgrading-from-1-10/index.rst
+++ b/docs/apache-airflow/upgrading-from-1-10/index.rst
@@ -934,7 +934,7 @@ Migrating to TaskFlow API
 
 Airflow 2.0 introduced the TaskFlow API to simplify the declaration of Python callable tasks.
 Users are encouraged to replace classic operators with their TaskFlow decorator alternatives.
-For details, see :doc:`/tutorial_taskflow_api`.
+For details, see :doc:`/tutorial/taskflow`.
 
 ============================= ============================================
 Classic Operator              TaskFlow Decorator