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 449c814142 fix hatch link in LOCAL_VIRTUALENV.rst (#36735)
449c814142 is described below
commit 449c8141429a9968074bcd34a550308dae0d281c
Author: Ryan Hatter <[email protected]>
AuthorDate: Thu Jan 11 11:27:59 2024 -0500
fix hatch link in LOCAL_VIRTUALENV.rst (#36735)
---
LOCAL_VIRTUALENV.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/LOCAL_VIRTUALENV.rst b/LOCAL_VIRTUALENV.rst
index 556d99ff7e..9922806e2d 100644
--- a/LOCAL_VIRTUALENV.rst
+++ b/LOCAL_VIRTUALENV.rst
@@ -117,7 +117,7 @@ The full list of extras is available in `<pyproject.toml>`_
and can be easily re
Using Hatch
===========
-Airflow uses [hatch](https://hatch.pypa.io/) as a build and development tool
of choice. It is one of popular
+Airflow uses `hatch <https://hatch.pypa.io/>`_ as a build and development tool
of choice. It is one of popular
build tools and environment managers for Python, maintained by the Python
Packaging Authority.
It is an optional tool that is only really needed when you want to build
packages from sources, but
it is also very convenient to manage your Python versions and virtualenvs.