This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new 09f9677 Fix missing HTTPS on link (#14479)
09f9677 is described below
commit 09f9677dfaea16ed28afd30ab80109d8d02e480a
Author: John Bampton <[email protected]>
AuthorDate: Sat Feb 27 00:24:41 2021 +1000
Fix missing HTTPS on link (#14479)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 80e7789..e7a10a7 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@
[](https://badge.fury.io/py/apache-airflow)
[](https://github.com/apache/airflow/actions)
[](https://codecov.io/github/apache/airflow?branch=master)
-[](http://www.apache.org/licenses/LICENSE-2.0.txt)
+[](https://www.apache.org/licenses/LICENSE-2.0.txt)
[](https://pypi.org/project/apache-airflow/)
[](https://hub.docker.com/r/apache/airflow)
[](https://hub.docker.com/r/apache/airflow)
