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 741102eccf6 Fix Airflow dist URL in helm chart release docs (#64049)
741102eccf6 is described below

commit 741102eccf6ba2b5c8980f3f26191fcb3a74af9a
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Mar 21 22:20:00 2026 +0100

    Fix Airflow dist URL in helm chart release docs (#64049)
    
    The link pointed to the top-level dist directory instead of the
    helm-chart subdirectory.
---
 dev/README_RELEASE_HELM_CHART.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/README_RELEASE_HELM_CHART.md b/dev/README_RELEASE_HELM_CHART.md
index c68feb58843..96635c69fb5 100644
--- a/dev/README_RELEASE_HELM_CHART.md
+++ b/dev/README_RELEASE_HELM_CHART.md
@@ -456,7 +456,7 @@ The legal checks include:
 ## SVN check
 
 The files should be present in the sub-folder of
-[Airflow dist](https://dist.apache.org/repos/dist/dev/airflow/)
+[Airflow dist - 
helm-chart](https://dist.apache.org/repos/dist/dev/airflow/helm-chart/)
 
 The following files should be present (7 files):
 

Reply via email to