From 0cba78f94f8916f0e7691d7d5e51d332f4d3597a Mon Sep 17 00:00:00 2001 From: Deepak Jain Date: Fri, 3 Apr 2026 18:28:55 -0700 Subject: [PATCH] Fix GenericTransfer docs link in operators reference (#62470) --- airflow-core/docs/operators-and-hooks-ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/docs/operators-and-hooks-ref.rst b/airflow-core/docs/operators-and-hooks-ref.rst index fe366b9b8bb5d..c553cdada5f0d 100644 --- a/airflow-core/docs/operators-and-hooks-ref.rst +++ b/airflow-core/docs/operators-and-hooks-ref.rst @@ -65,7 +65,7 @@ For details see: :doc:`apache-airflow-providers:operators-and-hooks-ref/index`. * - :mod:`airflow.providers.standard.operators.empty` - - * - :mod:`airflow.providers.common.sql.operators.generic_transfer.GenericTransfer` + * - :class:`~airflow.providers.common.sql.operators.generic_transfer.GenericTransfer` - :doc:`How to use ` * - :mod:`airflow.providers.standard.operators.latest_only`