This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-6-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit a7a676eb082ea97d810e5f19ac58280bb54f3eeb Author: Vijayasarathi Balasubramanian <[email protected]> AuthorDate: Sat Jun 24 02:14:15 2023 -0400 Adding missing hyperlink to the tutorial documentation (#32105) * Adding missing hyperlink to the tutorial documentation (cherry picked from commit 4a6efe520f6b357002072bf5955eb731d5bfd716) --- docs/apache-airflow/tutorial/fundamentals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/tutorial/fundamentals.rst b/docs/apache-airflow/tutorial/fundamentals.rst index 069de57790..695d748c00 100644 --- a/docs/apache-airflow/tutorial/fundamentals.rst +++ b/docs/apache-airflow/tutorial/fundamentals.rst @@ -82,7 +82,7 @@ of default parameters that we can use when creating tasks. :end-before: [END default_args] For more information about the BaseOperator's parameters and what they do, -refer to the :py:class:`airflow.models.BaseOperator` documentation. +refer to the :py:class:`airflow.models.baseoperator.BaseOperator` documentation. Also, note that you could easily define different sets of arguments that would serve different purposes. An example of that would be to have
