edithturn commented on a change in pull request #19124:
URL: https://github.com/apache/airflow/pull/19124#discussion_r736828298



##########
File path: CONTRIBUTING.rst
##########
@@ -198,50 +198,63 @@ Step 2: Configure Your Environment
 ----------------------------------
 
 You can use either a local virtual env or a Docker-based env. The differences
-between the two are explained `here 
<https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#development-environments>`_.
+between the two are explained `here`_. 
 
-The local env's instructions can be found in full in the  
`LOCAL_VIRTUALENV.rst 
<https://github.com/apache/airflow/blob/main/LOCAL_VIRTUALENV.rst>`_ file.
+.. _here: 
https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#development-environments/
+
+
+The local env's instructions can be found in full in the  
`LOCAL_VIRTUALENV.rst`_ file.
+
+.. _LOCAL_VIRTUALENV.rst: 
https://github.com/apache/airflow/blob/main/LOCAL_VIRTUALENV.rst 
 The Docker env is here to maintain a consistent and common development 
environment so that you can replicate CI failures locally and work on solving 
them locally rather by pushing to CI.
 
 You can configure the Docker-based Breeze development environment as follows:
 
-1. Install the latest versions of the Docker Community Edition
-   and Docker Compose and add them to the PATH.
+1. Install the latest versions of the `Docker Community Edition`_ and `Docker 
Compose`_ and add them to the PATH.
+
+.. _Docker Community Edition: 
https://github.com/apache/airflow/blob/main/BREEZE.rst#docker-community-edition
+
+.. _Docker Compose: 
https://github.com/apache/airflow/blob/main/BREEZE.rst#docker-compose 
 
-2. Install jq on your machine. The exact command depends on the operating 
system (or Linux distribution) you use.
-For example, on Ubuntu:
+2. Install `jq` on your machine. The exact command depends on the operating 
system (or Linux distribution) you use.

Review comment:
       @uranusjr I did it, thak you!




-- 
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]


Reply via email to