Skip to content

Commit f288cf7

Browse files
fix(docs): fix link to advanced python httpx docs (#406)
1 parent 0197159 commit f288cf7

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
@@ -354,7 +354,7 @@ You can directly override the [httpx client](https://www.python-httpx.org/api/#c
354354

355355
- Support for proxies
356356
- Custom transports
357-
- Additional [advanced](https://www.python-httpx.org/advanced/#client-instances) functionality
357+
- Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
358358

359359
```python
360360
from finch import Finch, DefaultHttpxClient

0 commit comments

Comments
 (0)