This is an automated email from the ASF dual-hosted git repository.
husseinawala 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 02d3378fc9 Fix broken link in Modules Management page (#33499)
02d3378fc9 is described below
commit 02d3378fc937bacabed307b5b9509b729683bf4a
Author: Vijayasarathi Balasubramanian <[email protected]>
AuthorDate: Fri Aug 18 13:54:49 2023 -0400
Fix broken link in Modules Management page (#33499)
fixing broken link in Modules Management
---
.../apache-airflow/administration-and-deployment/modules_management.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs/apache-airflow/administration-and-deployment/modules_management.rst
b/docs/apache-airflow/administration-and-deployment/modules_management.rst
index 6ee9f5b650..44b360fbc8 100644
--- a/docs/apache-airflow/administration-and-deployment/modules_management.rst
+++ b/docs/apache-airflow/administration-and-deployment/modules_management.rst
@@ -338,7 +338,7 @@ for creating and distributing Python packages.
``wheel``: The wheel package provides a bdist_wheel command for setuptools. It
creates .whl file which is directly installable through the ``pip install``
-command. We can then upload the same file to `PyPI <pypi.org>`_.
+command. We can then upload the same file to `PyPI <https://pypi.org>`_.
.. code-block:: bash