Skip to content

Commit

Permalink
Fix link to API Endpoint docs
Browse files Browse the repository at this point in the history
The link was previously recursive to the wrong README
  • Loading branch information
o-nikolas committed Jul 24, 2023
1 parent 93044d8 commit 707c9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 707c9d1

Please sign in to comment.