]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update index.md (#1883)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Wed, 6 Oct 2021 12:26:49 +0000 (14:26 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 12:26:49 +0000 (13:26 +0100)
Co-authored-by: Tom Christie <tom@tomchristie.com>
docs/index.md

index ca09a85a1fb455af73fcb6c9f4ddb24b887c16eb..7c3e1b60575a809d931e7c2f3fd518a71514e3c4 100644 (file)
@@ -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.
 
 ---