Skip to content

Commit

Permalink
chore(interal): make link to api.md relative (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Feb 2, 2024
1 parent b8ed692 commit 5d421e6
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 @@ -6,7 +6,7 @@ This library provides convenient access to the Anthropic REST API from server-si

For the AWS Bedrock API, see [`@anthropic-ai/bedrock-sdk`](https://github.com/anthropics/anthropic-bedrock-typescript).

The REST API documentation can be found [on docs.anthropic.com](https://docs.anthropic.com/claude/reference/). The full API of this library can be found in [api.md](https://github.com/anthropics/anthropic-sdk-typescript/blob/main/api.md).
The REST API documentation can be found [on docs.anthropic.com](https://docs.anthropic.com/claude/reference/). The full API of this library can be found in [api.md](api.md).

## Installation

Expand All @@ -18,7 +18,7 @@ yarn add @anthropic-ai/sdk

## Usage

The full API of this library can be found in [api.md](https://github.com/anthropics/anthropic-sdk-typescript/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 5d421e6

Please sign in to comment.