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

Lee-W 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 a2b0ad54e75 Fix insecure HTTP links in documentation (#70680)
a2b0ad54e75 is described below

commit a2b0ad54e75f30253f10eed4fead4e45698704a0
Author: Arijit Kumar Roy <[email protected]>
AuthorDate: Fri Jul 31 14:43:03 2026 +0530

    Fix insecure HTTP links in documentation (#70680)
    
    Co-authored-by: Wei Lee <[email protected]>
    Signed-off-by: arijitroy003 <[email protected]>
---
 COMMITTERS.rst           | 2 +-
 README.md                | 2 +-
 chart/README.md          | 2 +-
 generated/PYPI_README.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/COMMITTERS.rst b/COMMITTERS.rst
index 4b27ce44aed..4957f5c5528 100644
--- a/COMMITTERS.rst
+++ b/COMMITTERS.rst
@@ -68,7 +68,7 @@ media - this is important for the PMC to be aware of such 
activities. If PMC is
 have no chance to spot and promote such candidates.
 
 Guidelines from ASF are listed at ASF:
-`New Candidates for Committership 
<http://community.apache.org/newcommitter.html#guidelines-for-assessing-new-candidates-for-committership>`_
+`New Candidates for Committership 
<https://community.apache.org/newcommitter.html#guidelines-for-assessing-new-candidates-for-committership>`_
 
 
 Prerequisites
diff --git a/README.md b/README.md
index 4cab5abd763..520deae0c95 100644
--- a/README.md
+++ b/README.md
@@ -184,7 +184,7 @@ pip install 'apache-airflow[postgres,google]==3.3.0' \
 ```
 
 For information on installing provider distributions, check
-[providers](http://airflow.apache.org/docs/apache-airflow-providers/index.html).
+[providers](https://airflow.apache.org/docs/apache-airflow-providers/index.html).
 
 <!-- END Installing from PyPI, please keep comment here to allow auto update 
of PyPI readme.md -->
 
diff --git a/chart/README.md b/chart/README.md
index fa0a8bd4608..def0a8d97e8 100644
--- a/chart/README.md
+++ b/chart/README.md
@@ -25,7 +25,7 @@
 
 ## Introduction
 
-This chart will bootstrap an [Airflow](https://airflow.apache.org) deployment 
on a [Kubernetes](http://kubernetes.io)
+This chart will bootstrap an [Airflow](https://airflow.apache.org) deployment 
on a [Kubernetes](https://kubernetes.io)
 cluster using the [Helm](https://helm.sh) package manager.
 
 ## Requirements
diff --git a/generated/PYPI_README.md b/generated/PYPI_README.md
index 44a9d9ba047..4280abe5ba6 100644
--- a/generated/PYPI_README.md
+++ b/generated/PYPI_README.md
@@ -135,7 +135,7 @@ pip install 'apache-airflow[postgres,google]==3.3.0' \
 ```
 
 For information on installing provider distributions, check
-[providers](http://airflow.apache.org/docs/apache-airflow-providers/index.html).
+[providers](https://airflow.apache.org/docs/apache-airflow-providers/index.html).
 
 ## Official source code
 

Reply via email to