shahar1 commented on code in PR #43716: URL: https://github.com/apache/airflow/pull/43716#discussion_r1833021464
########## docs/apache-airflow-providers-standard/operators/python.rst: ########## @@ -214,7 +214,7 @@ pip configuration as described in `pip config <https://pip.pypa.io/en/stable/top If you want to use additional task specific private python repositories to setup the virtual environment, you can pass the ``index_urls`` parameter which will adjust the pip install configurations. Passed index urls replace the standard system configured index url settings. To prevent adding secrets to the private repository in your DAG code you can use the Airflow -:doc:`../../authoring-and-scheduling/connections`. For this purpose the connection type ``Package Index (Python)`` can be used. +`<https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/connections.html>`_. For this purpose the connection type ``Package Index (Python)`` can be used. Review Comment: Same comment as Elad's regarding internal links -- 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]
