Skip to content

Commit

Permalink
chore(interal): make link to api.md relative (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Feb 2, 2024
1 parent 02dc472 commit f9efd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This library provides convenient access to the Modern Treasury REST API from server-side TypeScript or JavaScript.

The REST API documentation can be found [on docs.moderntreasury.com](https://docs.moderntreasury.com). The full API of this library can be found in [api.md](https://www.github.com/Modern-Treasury/modern-treasury-node/blob/main/api.md).
The REST API documentation can be found [on docs.moderntreasury.com](https://docs.moderntreasury.com). The full API of this library can be found in [api.md](api.md).

## Installation

Expand All @@ -16,7 +16,7 @@ yarn add modern-treasury

## Usage

The full API of this library can be found in [api.md](https://www.github.com/Modern-Treasury/modern-treasury-node/blob/main/api.md).
The full API of this library can be found in [api.md](api.md).

<!-- prettier-ignore -->
```js
Expand Down

0 comments on commit f9efd58

Please sign in to comment.