From deb1a2b921eb4cbf9afb4622539accaf89db477d Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Wed, 6 Oct 2021 14:26:49 +0200 Subject: [PATCH] Update index.md (#1883) Co-authored-by: Tom Christie --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index ca09a85a..7c3e1b60 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ HTTPX is a fully featured HTTP client for Python 3, which provides sync and asyn !!! note This is the documentation for the 1.0 pre-release. - This release adds support for an integrated command-line client, and also includes a couple of design changes from 0.19. Redirects are no longer followed by default, and the low-level Transport API has been updated. See [the CHANGELOG](https://github.com/encode/httpx/blob/version-1.0/CHANGELOG.md) for more details. + This release adds support for an integrated command-line client, and also includes a couple of design changes from 0.19. Redirects are no longer followed by default, and the low-level Transport API has been updated. See [the CHANGELOG](https://github.com/encode/httpx/blob/master/CHANGELOG.md) for more details. ---