From 5952203c536cbfb23ed9ca54dbde440eaca3196e Mon Sep 17 00:00:00 2001 From: Rishat Fayzullin Date: Sun, 2 Mar 2025 09:57:43 +0300 Subject: [PATCH] Link to "Background Tasks" in "Middleware" --- docs/en/docs/tutorial/middleware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/middleware.md b/docs/en/docs/tutorial/middleware.md index 53c47a085..85f1f2410 100644 --- a/docs/en/docs/tutorial/middleware.md +++ b/docs/en/docs/tutorial/middleware.md @@ -15,7 +15,7 @@ A "middleware" is a function that works with every **request** before it is proc If you have dependencies with `yield`, the exit code will run *after* the middleware. -If there were any background tasks (documented later), they will run *after* all the middleware. +If there were any [Background Tasks](background-tasks.md){.internal-link target=_blank}, they will run *after* all the middleware. ///