Taragolis commented on code in PR #37121: URL: https://github.com/apache/airflow/pull/37121#discussion_r1475039241
########## docs/apache-airflow-providers-amazon/connections/athena.rst: ########## @@ -29,7 +29,7 @@ The Athena connection type enables DB API 2.0 integrations with Athena. Authenticating to Amazon Athena --------------------------------- -Authentication may be performed using any of the authentication methods supported by `Amazon Web Services Connection <./aws.rst>`_. +Authentication may be performed using any of the authentication methods supported by `Amazon Web Services Connection <aws.rst>`_. Review Comment: ```suggestion Authentication may be performed using any of the authentication methods supported by :ref:`Amazon Web Services Connection <howto/connection:aws>`_. ``` Also same changes required to make 3 times in `athena.rs` ########## docs/apache-airflow-providers-amazon/connections/athena.rst: ########## @@ -29,7 +29,7 @@ The Athena connection type enables DB API 2.0 integrations with Athena. Authenticating to Amazon Athena --------------------------------- -Authentication may be performed using any of the authentication methods supported by `Amazon Web Services Connection <./aws.rst>`_. +Authentication may be performed using any of the authentication methods supported by `Amazon Web Services Connection <aws.rst>`_. Review Comment: ```suggestion Authentication may be performed using any of the authentication methods supported by :ref:`Amazon Web Services Connection <howto/connection:aws>`_. ``` Also same changes required to make 3 times in `athena.rst` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
