Skip to content

Commit

Permalink
chore(interal): make link to api.md relative (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Feb 2, 2024
1 parent 9d00f9b commit 4026856
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 @@ -10,7 +10,7 @@ For the AWS Bedrock API, see [`anthropic-bedrock`](https://github.com/anthropics

## Documentation

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://www.github.com/anthropics/anthropic-sdk-python/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 @@ -20,7 +20,7 @@ pip install anthropic

## Usage

The full API of this library can be found in [api.md](https://www.github.com/anthropics/anthropic-sdk-python/blob/main/api.md).
The full API of this library can be found in [api.md](api.md).

```python
from anthropic import Anthropic, HUMAN_PROMPT, AI_PROMPT
Expand Down

0 comments on commit 4026856

Please sign in to comment.