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`