This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit b713798372a6f8bc4b8e235db3c35ca1d4c670e3 Author: Kaxil Naik <[email protected]> AuthorDate: Sun Sep 19 02:24:50 2021 +0100 Doc: Fix broken ``asc`` download link (#18350) There was a typo, hence the download link was broken (cherry picked from commit 59b3c5c4f4653c6ff6d46186090796848269e45c) --- docs/apache-airflow/installation/installing-from-sources.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/installation/installing-from-sources.rst b/docs/apache-airflow/installation/installing-from-sources.rst index fad080c..c36d83e 100644 --- a/docs/apache-airflow/installation/installing-from-sources.rst +++ b/docs/apache-airflow/installation/installing-from-sources.rst @@ -42,7 +42,7 @@ The |version| downloads are available at: .. jinja:: official_download_page - * `Sources package <{{ closer_lua_url }}/apache-airflow-{{ airflow_version }}-source.tar.gz>`__ (`asc <{{ base_url }}/apache_airflow-{{ airflow_version }}-source.tar.gz.asc>`__, `sha512 <{{ base_url }}/apache-airflow-{{ airflow_version }}-source.tar.gz.sha512>`__) + * `Sources package <{{ closer_lua_url }}/apache-airflow-{{ airflow_version }}-source.tar.gz>`__ (`asc <{{ base_url }}/apache-airflow-{{ airflow_version }}-source.tar.gz.asc>`__, `sha512 <{{ base_url }}/apache-airflow-{{ airflow_version }}-source.tar.gz.sha512>`__) * `Sdist package <{{ closer_lua_url }}/apache-airflow-{{ airflow_version }}.tar.gz>`__ (`asc <{{ base_url }}/apache-airflow-{{ airflow_version }}.tar.gz.asc>`__, `sha512 <{{ base_url }}/apache-airflow-{{ airflow_version }}.tar.gz.sha512>`__) * `Whl package <{{ closer_lua_url }}/apache_airflow-{{ airflow_version }}-py3-none-any.whl>`__ (`asc <{{ base_url }}/apache_airflow-{{ airflow_version }}-py3-none-any.whl.asc>`__, `sha512 <{{ base_url }}/apache_airflow-{{ airflow_version }}-py3-none-any.whl.sha512>`__)
