This is an automated email from the ASF dual-hosted git repository.
jedcunningham 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 d55df994f6 Update environments documentation links (#23920)
d55df994f6 is described below
commit d55df994f68588e2ee7e7ce1359340541f6eaa56
Author: Igor Tavares <[email protected]>
AuthorDate: Wed May 25 17:08:44 2022 -0300
Update environments documentation links (#23920)
---
CONTRIBUTING.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index e8a2650b03..6f4e0e3f62 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -503,10 +503,10 @@ Development Environments
There are two environments, available on Linux and macOS, that you can use to
develop Apache Airflow:
-- `Local virtualenv development environment
<#local-virtualenv-development-environment>`_
+- `Local virtualenv development environment <LOCAL_VIRTUALENV.rst>`_
that supports running unit tests and can be used in your IDE.
-- `Breeze Docker-based development environment
<#breeze-development-environment>`_ that provides
+- `Breeze Docker-based development environment <BREEZE.rst>`_ that provides
an end-to-end CI solution with all software dependencies covered.
The table below summarizes differences between the environments:
@@ -564,7 +564,7 @@ Limitations:
real unit tests. Technically, to run integration tests, you can configure
and install the dependencies on your own, but it is usually complex.
Instead, you are recommended to use
- `Breeze development environment <#breeze-development-environment>`__ with
all required packages
+ `Breeze development environment <BREEZE.rst>`__ with all required packages
pre-installed.
- You need to make sure that your local environment is consistent with other