Skip to content

Commit 259dcd7

Browse files
fix(docs): fix link to advanced python httpx docs (#406)
1 parent cd523cc commit 259dcd7

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

378378
- Support for proxies
379379
- Custom transports
380-
- Additional [advanced](https://www.python-httpx.org/advanced/#client-instances) functionality
380+
- Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality
381381

382382
```python
383383
from finch import Finch, DefaultHttpxClient

0 commit comments

Comments
 (0)