Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down