]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Fix link to parallel page from async page (#440)
authornwalsh1995 <nwalsh1995@users.noreply.github.com>
Fri, 4 Oct 2019 01:08:27 +0000 (18:08 -0700)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Fri, 4 Oct 2019 01:08:27 +0000 (20:08 -0500)
docs/async.md

index c0e4a68991de82121bfe095a16ad516a28fc400d..45620bf8c276ac9f249b7d7121f5fcdfbf6ea66c 100644 (file)
@@ -48,7 +48,7 @@ The async response methods are:
 * `.raw()`
 * `.close()`
 
-If you're making [parallel requests](../parallel/), then you'll also need to use an async API:
+If you're making [parallel requests](parallel.md), then you'll also need to use an async API:
 
 ```python
 >>> async with httpx.AsyncClient() as client: