Skip to content

Commit be56b74

Browse files
authored
Fix doc links for making requests directly to WSGI/ASGI apps (#3186)
1 parent 2f5ae50 commit be56b74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ HTTPX builds on the well-established usability of `requests`, and gives you:
6666
* An integrated command-line client.
6767
* HTTP/1.1 [and HTTP/2 support](https://www.python-httpx.org/http2/).
6868
* Standard synchronous interface, but with [async support if you need it](https://www.python-httpx.org/async/).
69-
* Ability to make requests directly to [WSGI applications](https://www.python-httpx.org/advanced/#calling-into-python-web-apps) or [ASGI applications](https://www.python-httpx.org/async/#calling-into-python-web-apps).
69+
* Ability to make requests directly to [WSGI applications](https://www.python-httpx.org/advanced/transports/#wsgi-transport) or [ASGI applications](https://www.python-httpx.org/advanced/transports/#asgi-transport).
7070
* Strict timeouts everywhere.
7171
* Fully type annotated.
7272
* 100% test coverage.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ HTTPX builds on the well-established usability of `requests`, and gives you:
6868
* A broadly [requests-compatible API](compatibility.md).
6969
* Standard synchronous interface, but with [async support if you need it](async.md).
7070
* HTTP/1.1 [and HTTP/2 support](http2.md).
71-
* Ability to make requests directly to [WSGI applications](async.md#calling-into-python-web-apps) or [ASGI applications](async.md#calling-into-python-web-apps).
71+
* Ability to make requests directly to [WSGI applications](advanced/transports.md#wsgi-transport) or [ASGI applications](advanced/transports.md#asgi-transport).
7272
* Strict timeouts everywhere.
7373
* Fully type annotated.
7474
* 100% test coverage.

0 commit comments

Comments
 (0)