From: nwalsh1995 Date: Fri, 4 Oct 2019 01:08:27 +0000 (-0700) Subject: Fix link to parallel page from async page (#440) X-Git-Tag: 0.7.5~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f504399781b838779bdb3aeae9254aeeea5ebb84;p=thirdparty%2Fhttpx.git Fix link to parallel page from async page (#440) --- diff --git a/docs/async.md b/docs/async.md index c0e4a689..45620bf8 100644 --- a/docs/async.md +++ b/docs/async.md @@ -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: