Skip to content

Commit ef749ba

Browse files
fix(docs): fix link to advanced python httpx docs (#1499)
1 parent 278dd0a commit ef749ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ You can directly override the [httpx client](https://www.python-httpx.org/api/#c
470470

471471
- Support for proxies
472472
- Custom transports
473-
- Additional [advanced](https://www.python-httpx.org/advanced/#client-instances) functionality
473+
- Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
474474

475475
```python
476476
from openai import OpenAI, DefaultHttpxClient

0 commit comments

Comments
 (0)