This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new b66b54c  Add proper link for wheel packages in docs. (#15999)
b66b54c is described below

commit b66b54c83cb2efa274ba8040ce22ae719defbe75
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat May 22 18:10:03 2021 +0200

    Add proper link for wheel packages in docs. (#15999)
    
    Co-authored-by: jarek <jarek@penguin>
---
 docs/apache-airflow/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/installation.rst 
b/docs/apache-airflow/installation.rst
index db400a7..e8fb3e7 100644
--- a/docs/apache-airflow/installation.rst
+++ b/docs/apache-airflow/installation.rst
@@ -324,7 +324,7 @@ The packages are available at the
 The |version| downloads are available at:
 
 * `Apache Airflow |version| sdist package 
<https://downloads.apache.org/airflow/|version|/apache-airflow-|version|-bin.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/|version|/apache-airflow-|version|-bin.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/|version|/apache-airflow-|version|-bin.tar.gz.sha512>`__)
-* `Apache Airflow |version| wheel package 
<https://downloads.apache.org/airflow/|version|/apache-airflow-|version|-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/|version|/apache-airflow-|version|-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/|version|/apache-airflow-|version|-py3-none-any.whl.sha512>`__)
+* `Apache Airflow |version| wheel package 
<https://downloads.apache.org/airflow/|version|/apache_airflow-|version|-py3-none-any.whl>`_
 (`asc 
<https://downloads.apache.org/airflow/|version|/apache_airflow-|version|-py3-none-any.whl.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/|version|/apache_airflow-|version|-py3-none-any.whl.sha512>`__)
 * `Apache Airflow |version| sources 
<https://downloads.apache.org/airflow/|version|/apache-airflow-|version|-source.tar.gz>`_
 (`asc 
<https://downloads.apache.org/airflow/|version|/apache-airflow-|version|-source.tar.gz.asc>`__,
 `sha512 
<https://downloads.apache.org/airflow/|version|/apache-airflow-|version|-source.tar.gz.sha512>`__)
 
 

Reply via email to