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 4a6efe520f Adding missing hyperlink to the tutorial documentation
(#32105)
4a6efe520f is described below
commit 4a6efe520f6b357002072bf5955eb731d5bfd716
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
---
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