Skip to content

Commit

Permalink
chore(interal): make link to api.md relative (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored Feb 2, 2024
1 parent dea5b08 commit 4a10879
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 @@ It is generated from our [OpenAPI specification](https://github.com/openai/opena

## Documentation

The REST API documentation can be found [on platform.openai.com](https://platform.openai.com/docs). The full API of this library can be found in [api.md](https://www.github.com/openai/openai-python/blob/main/api.md).
The REST API documentation can be found [on platform.openai.com](https://platform.openai.com/docs). The full API of this library can be found in [api.md](api.md).

## Installation

Expand All @@ -23,7 +23,7 @@ pip install openai

## Usage

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

```python
import os
Expand Down

0 comments on commit 4a10879

Please sign in to comment.