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

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


The following commit(s) were added to refs/heads/main by this push:
     new 18b7b16dae8 Fix link to container images in README (#50484)
18b7b16dae8 is described below

commit 18b7b16dae84189234cf12a9d51d2c247492beaf
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Mon May 12 14:51:03 2025 +0200

    Fix link to container images in README (#50484)
    
    In PyPI's readme relative links do not work and we anyhow shoudl
    link to airflow's official docs from here.
---
 README.md                | 2 +-
 generated/PYPI_README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5a78ca94428..6f21082a072 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 618b9985a7e..5316bc814e6 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