From 474ff7cad99039f3539a787ec535b5b13e2832a9 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:55:21 +0000 Subject: [PATCH] fix(docs): fix link to advanced python httpx docs (#550) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00a53374..ada0c9c8 100644 --- a/README.md +++ b/README.md @@ -493,7 +493,7 @@ You can directly override the [httpx client](https://www.python-httpx.org/api/#c - Support for proxies - Custom transports -- Additional [advanced](https://www.python-httpx.org/advanced/#client-instances) functionality +- Additional [advanced](https://www.python-httpx.org/advanced/clients/) functionality ```python from anthropic import Anthropic, DefaultHttpxClient