rossturk commented on code in PR #25890: URL: https://github.com/apache/airflow/pull/25890#discussion_r955310187
########## docs/apache-airflow/tutorial/fundamentals.rst: ########## @@ -107,7 +107,7 @@ Operators An operator defines a unit of work for Airflow to complete. Using operators is the classic approach to defining work in Airflow. For some use cases, it's better to use the TaskFlow API to define -work in a Pythonic context as described in :doc:`/tutorial_taskflow_api`. For now, using operators helps to +work in a Pythonic context as described in :doc:`taskflow`. For now, using operators helps to Review Comment: I agree, but I am not yet familiar enough with TaskFlow to make the optimal contribution. I would prefer to do so in a followup PR after some study. (I would not be at all offended if someone beat me to it!) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
