From: Marcelo Trylesinski Date: Wed, 6 Oct 2021 12:26:49 +0000 (+0200) Subject: Update index.md (#1883) X-Git-Tag: 0.20.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deb1a2b921eb4cbf9afb4622539accaf89db477d;p=thirdparty%2Fhttpx.git Update index.md (#1883) Co-authored-by: Tom Christie --- 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. ---