From 470c50882f1b95d571faab013acd5d0b580e981b Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Fri, 2 Feb 2024 04:43:59 +0000 Subject: [PATCH] chore(interal): make link to api.md relative --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4e29fb6..ef8230aa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ and offers both synchronous and asynchronous clients powered by [httpx](https:// ## Documentation -The REST API documentation can be found [in the Finch Documentation Center](https://developer.tryfinch.com/). The full API of this library can be found in [api.md](https://www.github.com/Finch-API/finch-api-python/blob/main/api.md). +The REST API documentation can be found [in the Finch Documentation Center](https://developer.tryfinch.com/). The full API of this library can be found in [api.md](api.md). ## Installation @@ -18,7 +18,7 @@ pip install finch-api ## Usage -The full API of this library can be found in [api.md](https://www.github.com/Finch-API/finch-api-python/blob/main/api.md). +The full API of this library can be found in [api.md](api.md). ```python from finch import Finch