Skip to content

Commit 986f312

Browse files
committed
chore(interal): make link to api.md relative (#1117)
1 parent 336cf03 commit 986f312

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
@@ -10,7 +10,7 @@ It is generated from our [OpenAPI specification](https://github.com/openai/opena
1010

1111
## Documentation
1212

13-
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).
13+
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).
1414

1515
## Installation
1616

@@ -23,7 +23,7 @@ pip install openai
2323

2424
## Usage
2525

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

2828
```python
2929
import os

0 commit comments

Comments
 (0)