Skip to content

Commit 73dc78b

Browse files
chore(interal): make link to api.md relative (#282)
1 parent ee9b890 commit 73dc78b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and offers both synchronous and asynchronous clients powered by [httpx](https://
88

99
## Documentation
1010

11-
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).
11+
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).
1212

1313
## Installation
1414

@@ -18,7 +18,7 @@ pip install finch-api
1818

1919
## Usage
2020

21-
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).
21+
The full API of this library can be found in [api.md](api.md).
2222

2323
```python
2424
from finch import Finch

0 commit comments

Comments
 (0)