Skip to content

Commit 5b011ef

Browse files
committed
Fix reference to TaskFlow
1 parent 57d7bee commit 5b011ef

File tree

1 file changed

+1
-1
lines changed
  • airflow-core/docs/authoring-and-scheduling

1 file changed

+1
-1
lines changed

airflow-core/docs/authoring-and-scheduling/assets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ The other way around also applies:
230230
"""Process inlet example_asset..."""
231231
232232
In addition, ``@asset`` can be used with ``@task`` to customize the task that generates the asset,
233-
utilizing the modern TaskFlow approach described in :doc:/tutorial/taskflow.
233+
utilizing the modern TaskFlow approach described in :doc:`/tutorial/taskflow`.
234234

235235
This combination allows you to set initial arguments for the task and to use various operators, such as the ``BashOperator``:
236236

0 commit comments

Comments
 (0)