You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/08/02 11:54:14 UTC

[airflow-site] branch main updated: Update link to lead the user directly to the documentation (#645)

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-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a1d887625d Update link to lead the user directly to the documentation (#645)
a1d887625d is described below

commit a1d887625d43a84777afd1fb6b9789e1cccba659
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Tue Aug 2 13:54:09 2022 +0200

    Update link to lead the user directly to the documentation (#645)
    
    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)