This is an automated email from the ASF dual-hosted git repository.
taragolis 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 aaec84221e Fix broken hyperlink (#37526)
aaec84221e is described below
commit aaec84221e3ae8967f6370c78b4dfdcb84736d39
Author: Satoshi S <[email protected]>
AuthorDate: Sun Feb 18 19:59:09 2024 -0600
Fix broken hyperlink (#37526)
---
contributing-docs/03_contributors_quick_start.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing-docs/03_contributors_quick_start.rst
b/contributing-docs/03_contributors_quick_start.rst
index e4c737e32b..3713459662 100644
--- a/contributing-docs/03_contributors_quick_start.rst
+++ b/contributing-docs/03_contributors_quick_start.rst
@@ -30,7 +30,7 @@ you follow the guide.
There are three ways you can run the Airflow dev env:
1. With a Docker Containers and Docker Compose (on your local machine). This
environment is managed
- with `Breeze <dev/breeze/doc/README.rst>`_ tool written in Python that
makes the environment
+ with `Breeze <../dev/breeze/doc/README.rst>`_ tool written in Python that
makes the environment
management, yeah you guessed it - a breeze.
2. With a local virtual environment (on your local machine).
3. With a remote, managed environment (via remote development environment)