This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch update-link-to-documentation-for-python-client in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 4331b6f31568098d935d0af1c1d37abe983d2050 Author: Jarek Potiuk <[email protected]> AuthorDate: Thu Jul 28 19:36:34 2022 +0200 Update link to lead the user directly to the documentation The Python Client link led to the whole repo, where with this change it will be directly to the README.md which is the documentation of the client (i.e. what the user was looking for) --- 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 9bef39334b..331f7e81d8 100644 --- a/landing-pages/site/content/en/docs/_index.md +++ b/landing-pages/site/content/en/docs/_index.md @@ -192,7 +192,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) +## [Python API Client](https://github.com/apache/airflow-client-python/blob/master/airflow_client/README.md) 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)
