This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-2-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit ce21b8e514841750adcdaa3ba93cbca3ea077ded Author: Jarek Potiuk <[email protected]> AuthorDate: Sun Nov 7 11:17:01 2021 +0100 Change the name of link to ASF downloads (#19441) The ASF used to use mirrors to distribute their software, however recently they changed to use CDN. The mechanism might change in the future (even if currently CDN is used the ASF 'mirrors' page and closer.lua script provide a fully ASF-controlled mechanism to switch to the right mechanism, however technically speaking the current solution is not 'mirrors' but it is CDN, therefore it makes sense to rename it to generic downloads. (cherry picked from commit 3a7e687a369986a35c83ab374ed0e9dc040ecdae) --- docs/apache-airflow/installation/index.rst | 2 +- docs/apache-airflow/installation/installing-from-sources.rst | 2 +- docs/helm-chart/installing-helm-chart-from-sources.rst | 2 +- docs/installing-providers-from-sources.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/apache-airflow/installation/index.rst b/docs/apache-airflow/installation/index.rst index dfb18f5..afb695c 100644 --- a/docs/apache-airflow/installation/index.rst +++ b/docs/apache-airflow/installation/index.rst @@ -63,7 +63,7 @@ More details: :doc:`installing-from-sources` * This option is best if you expect to build all your software from sources. * Apache Airflow is one of the projects that belong to the `Apache Software Foundation <https://www.apache.org/>`__ . - It is a requirement for all ASF projects that they can be installed using official sources released via `Official Apache Mirrors <http://ws.apache.org/mirrors.cgi/>`__ . + It is a requirement for all ASF projects that they can be installed using official sources released via `Official Apache Downloads <http://ws.apache.org/mirrors.cgi/>`__ . * This is the best choice if you have a strong need to `verify the integrity and provenance of the software <https://www.apache.org/dyn/closer.cgi#verify>`__ **Intended users** diff --git a/docs/apache-airflow/installation/installing-from-sources.rst b/docs/apache-airflow/installation/installing-from-sources.rst index 87ca997..2a62540 100644 --- a/docs/apache-airflow/installation/installing-from-sources.rst +++ b/docs/apache-airflow/installation/installing-from-sources.rst @@ -32,7 +32,7 @@ Released packages The ``source``, ``sdist`` and ``whl`` packages released are the "official" sources of installation that you can use if you want to verify the origin of the packages and want to verify checksums and signatures of the packages. The packages are available via the -`Official Apache Software Foundations Mirrors <http://ws.apache.org/mirrors.cgi>`_ +`Official Apache Software Foundations Downloads <http://ws.apache.org/mirrors.cgi>`_ The |version| downloads are available at: diff --git a/docs/helm-chart/installing-helm-chart-from-sources.rst b/docs/helm-chart/installing-helm-chart-from-sources.rst index cfd7a25..63f00b4 100644 --- a/docs/helm-chart/installing-helm-chart-from-sources.rst +++ b/docs/helm-chart/installing-helm-chart-from-sources.rst @@ -34,7 +34,7 @@ Released packages The sources and packages released are the "official" sources of installation that you can use if you want to verify the origin of the packages and want to verify checksums and signatures of the packages. The packages are available via the -`Official Apache Software Foundations Mirrors <http://ws.apache.org/mirrors.cgi>`_ +`Official Apache Software Foundations Downloads <http://ws.apache.org/mirrors.cgi>`_ The downloads are available at: diff --git a/docs/installing-providers-from-sources.rst b/docs/installing-providers-from-sources.rst index 415956d..c3d9400 100644 --- a/docs/installing-providers-from-sources.rst +++ b/docs/installing-providers-from-sources.rst @@ -34,7 +34,7 @@ Released packages The ``sdist`` and ``whl`` packages released are the "official" sources of installation that you can use if you want to verify the origin of the packages and want to verify checksums and signatures of the packages. The packages are available via the -`Official Apache Software Foundations Mirrors <http://ws.apache.org/mirrors.cgi>`__ +`Official Apache Software Foundations Downloads <http://ws.apache.org/mirrors.cgi>`__ The downloads are available at:
