Skip to content

Commit d3254d1

Browse files
fix(docs): fix link to advanced python httpx docs (openai#1499)
1 parent 293c02d commit d3254d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ You can directly override the [httpx client](https://www.python-httpx.org/api/#c
560560

561561
- Support for proxies
562562
- Custom transports
563-
- Additional [advanced](https://www.python-httpx.org/advanced/#client-instances) functionality
563+
- Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
564564

565565
```python
566566
from openai import OpenAI, DefaultHttpxClient

0 commit comments

Comments
 (0)