Fix link to parallel page from async page (#440)

This commit is contained in:
nwalsh1995 2019-10-03 18:08:27 -07:00 committed by Seth Michael Larson
parent 2f2a4e4ef0
commit f504399781

View 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: