Fix link to API Endpoint docs
The link was previously recursive to the wrong README
diff --git a/README.md b/README.md
index 22923f3..7cd3ea3 100644
--- a/README.md
+++ b/README.md
@@ -160,5 +160,5 @@
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