This is an automated email from the ASF dual-hosted git repository.
taragolis 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 16361f18d8 Fix broken link for Redshift connection (#36614)
16361f18d8 is described below
commit 16361f18d8284fcefee51b75df28df7220b3f563
Author: Saheb Kanodia <[email protected]>
AuthorDate: Fri Jan 5 19:23:00 2024 +0530
Fix broken link for Redshift connection (#36614)
* Fix broken link for Redshift connection
* Update
docs/apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst
Co-authored-by: Andrey Anshin <[email protected]>
---------
Co-authored-by: Andrey Anshin <[email protected]>
---
.../apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst
b/docs/apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst
index bcd77f0d8b..86444d664f 100644
--- a/docs/apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst
+++ b/docs/apache-airflow-providers-amazon/operators/redshift/redshift_sql.rst
@@ -35,7 +35,7 @@ Operators
Execute a SQL query
===================
-The generic ``SQLExecuteQueryOperator`` can be used to execute SQL queries
against an Amazon Redshift cluster using a `Redshift connection
<../../connections/redshift.rst>`_.
+The generic ``SQLExecuteQueryOperator`` can be used to execute SQL queries
against an Amazon Redshift cluster using a :ref:`howto/connection:redshift`.
To execute a SQL query against an Amazon Redshift cluster without using a
Redshift connection,
please check ``RedshiftDataOperator``.