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

potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-11-test by this push:
     new 79378c1a319 [v2-11-test] Fix link to container images in README 
(#50484) (#50485)
79378c1a319 is described below

commit 79378c1a3199330035eb8656a2d9aba018361365
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 12 14:52:11 2025 +0200

    [v2-11-test] Fix link to container images in README (#50484) (#50485)
    
    In PyPI's readme relative links do not work and we anyhow shoudl
    link to airflow's official docs from here.
    (cherry picked from commit 18b7b16dae84189234cf12a9d51d2c247492beaf)
    
    Co-authored-by: Jarek Potiuk <ja...@potiuk.com>
---
 README.md                | 2 +-
 generated/PYPI_README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 33ba46713c8..75a5be64892 100644
--- a/README.md
+++ b/README.md
@@ -420,7 +420,7 @@ might decide to add additional limits (and justify them 
with comment).
 
 Want to help build Apache Airflow? Check out our [contributing 
documentation](https://github.com/apache/airflow/blob/main/contributing-docs/README.rst).
 
-Official Docker (container) images for Apache Airflow are described in 
[images](dev/breeze/doc/ci/02_images.md).
+Official Docker (container) images for Apache Airflow are described in 
[images](https://airflow.apache.org/docs/docker-stack/index.html).
 
 <!-- END Contributing, please keep comment here to allow auto update of PyPI 
readme.md -->
 <!-- START Who uses Apache Airflow, please keep comment here to allow auto 
update of PyPI readme.md -->
diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md
index ed35fab60c9..449eba8a725 100644
--- a/generated/PYPI_README.md
+++ b/generated/PYPI_README.md
@@ -161,7 +161,7 @@ release provided they have access to the appropriate 
platform and tools.
 
 Want to help build Apache Airflow? Check out our [contributing 
documentation](https://github.com/apache/airflow/blob/main/contributing-docs/README.rst).
 
-Official Docker (container) images for Apache Airflow are described in 
[images](dev/breeze/doc/ci/02_images.md).
+Official Docker (container) images for Apache Airflow are described in 
[images](https://airflow.apache.org/docs/docker-stack/index.html).
 
 
 ## Voting Policy

Reply via email to