Fix broken docs (#415)
* Fix broken link to parallel request page * Fix incomplete code block on quickstart page
This commit is contained in:
parent
05f5dc26de
commit
5df822ca11
@ -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/), then you'll also need to use an async API:
|
||||
|
||||
```python
|
||||
>>> async with httpx.AsyncClient() as client:
|
||||
|
||||
@ -401,3 +401,4 @@ as above:
|
||||
>>> auth = httpx.DigestAuth("my_user", "password123")
|
||||
>>> httpx.get("https://example.com", auth=auth)
|
||||
<Response [200 OK]>
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user