This is an automated email from the ASF dual-hosted git repository.
potiuk 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 0f8dfebdd6 fix: update hyperlink to the new documentation section for
local virtualenv setup. (#37272)
0f8dfebdd6 is described below
commit 0f8dfebdd6cd30e604d2180998f976d0c7b62277
Author: Sudipto Baral <[email protected]>
AuthorDate: Fri Feb 9 06:54:23 2024 -0500
fix: update hyperlink to the new documentation section for local
virtualenv setup. (#37272)
Signed-off-by: sudipto baral <[email protected]>
---
contributing-docs/06_development_environments.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing-docs/06_development_environments.rst
b/contributing-docs/06_development_environments.rst
index e442ed735a..c467d69328 100644
--- a/contributing-docs/06_development_environments.rst
+++ b/contributing-docs/06_development_environments.rst
@@ -32,7 +32,7 @@ in `07_local_virtualenv.rst <07_local_virtualenv.rst>`__.
Benefits:
- Packages are installed locally. No container environment is required.
-- You can benefit from local debugging within your IDE. You can follow the
`Contributors quick start <contributor.rst#quick-start>`__
+- You can benefit from local debugging within your IDE. You can follow the
`Local and remote debugging in IDE
<07_local_virtualenv.rst#local-and-remote-debugging-in-ide>`__
to set up your local virtualenv and connect your IDE with the environment.
- With the virtualenv in your IDE, you can benefit from auto completion and
running tests directly from the IDE.