This is an automated email from the ASF dual-hosted git repository.
eladkal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new f6f26d3224 Update link to Python SDK (#1034)
f6f26d3224 is described below
commit f6f26d3224a2cabd24fd7aed6f0a766687d45a3a
Author: Elad Kalif <[email protected]>
AuthorDate: Fri Jul 5 19:32:23 2024 +0300
Update link to Python SDK (#1034)
---
landing-pages/site/content/en/docs/_index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/landing-pages/site/content/en/docs/_index.md
b/landing-pages/site/content/en/docs/_index.md
index 22380315f1..1579fda7c4 100644
--- a/landing-pages/site/content/en/docs/_index.md
+++ b/landing-pages/site/content/en/docs/_index.md
@@ -266,7 +266,7 @@ your own deployments.
Airflow has an official Helm Chart that will help you set up your own Airflow
on a cloud/on-prem Kubernetes environment and leverage its scalable nature to
support a large group of users. Thanks to Kubernetes, we are not tied to a
specific cloud provider.
[Read the documentation >>](/docs/helm-chart/stable/index.html)
-## [Python API
Client](https://github.com/apache/airflow-client-python/blob/master/airflow_client/README.md)
+## [Python API Client](https://github.com/apache/airflow-client-python)
Airflow releases official Python API client that can be used to easily
interact with Airflow REST API from Python code.
[See the client repository](https://github.com/apache/airflow-client-python)