Skip to content

Commit 0be1a73

Browse files
authored
Fix link to API Endpoint docs (#90)
The link was previously recursive to the wrong README
1 parent 93044d8 commit 0be1a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ with airflow_client.client.ApiClient(configuration) as api_client:
160160
print ('\n[green]Everything went well')
161161
```
162162
163-
See [README](https://github.com/apache/airflow-client-python/blob/main/README.md#documentation-for-api-endpoints)
163+
See [README](https://github.com/apache/airflow-client-python/blob/main/airflow_client/README.md#documentation-for-api-endpoints)
164164
for full client API documentation.

0 commit comments

Comments
 (0)