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

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


The following commit(s) were added to refs/heads/v3-0-test by this push:
     new 6853fba7c9c [v3-0-test] Fix link to container images in README 
(#50484) (#50486)
6853fba7c9c is described below

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

    [v3-0-test] Fix link to container images in README (#50484) (#50486)
    
    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 a0360260691..d7da4dc777f 100644
--- a/README.md
+++ b/README.md
@@ -426,7 +426,7 @@ Want to help build Apache Airflow? Check out our 
[contributors' guide](https://g
 
 If you can't wait to contribute, and want to get started asap, check out the 
[contribution 
quickstart](https://github.com/apache/airflow/blob/main/contributing-docs/03_contributors_quick_start.rst)
 here!
 
-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 5e9e7dff44b..719fe1baa70 100644
--- a/generated/PYPI_README.md
+++ b/generated/PYPI_README.md
@@ -163,7 +163,7 @@ Want to help build Apache Airflow? Check out our 
[contributors' guide](https://g
 
 If you can't wait to contribute, and want to get started asap, check out the 
[contribution 
quickstart](https://github.com/apache/airflow/blob/main/contributing-docs/03_contributors_quick_start.rst)
 here!
 
-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