Fix link to parallel page from async page (#440)
This commit is contained in:
parent
2f2a4e4ef0
commit
f504399781
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user