From 4af30857846770948013dea7ed88d0653a0c109f Mon Sep 17 00:00:00 2001 From: Pastukhov Nikita Date: Mon, 13 Oct 2025 12:28:13 +0300 Subject: [PATCH] docs: fix broken link --- docs/async.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/async.md b/docs/async.md index f01715d84f..016f5b78b7 100644 --- a/docs/async.md +++ b/docs/async.md @@ -191,4 +191,4 @@ anyio.run(main, backend='trio') ## Calling into Python Web Apps -For details on calling directly into ASGI applications, see [the `ASGITransport` docs](../advanced/transports#asgitransport). \ No newline at end of file +For details on calling directly into ASGI applications, see [the `ASGITransport` docs](../advanced/transports#asgi-transport).