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

pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git


The following commit(s) were added to refs/heads/main by this push:
     new 0be1a73  Fix link to API Endpoint docs (#90)
0be1a73 is described below

commit 0be1a73d281b8af495297493f47c99d0218478c6
Author: Niko Oliveira <[email protected]>
AuthorDate: Wed Jul 26 15:45:07 2023 -0700

    Fix link to API Endpoint docs (#90)
    
    The link was previously recursive to the wrong README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 22923f3..7cd3ea3 100644
--- a/README.md
+++ b/README.md
@@ -160,5 +160,5 @@ with airflow_client.client.ApiClient(configuration) as 
api_client:
         print ('\n[green]Everything went well')
 ```
 
-See 
[README](https://github.com/apache/airflow-client-python/blob/main/README.md#documentation-for-api-endpoints)
 
+See 
[README](https://github.com/apache/airflow-client-python/blob/main/airflow_client/README.md#documentation-for-api-endpoints)
 
 for full client API documentation.
\ No newline at end of file

Reply via email to