From 6939af39e1544b9c4941bf86134bad11665302f4 Mon Sep 17 00:00:00 2001 From: benv-nti <135045621+benv-nti@users.noreply.github.com> Date: Fri, 19 Sep 2025 10:01:35 -0500 Subject: [PATCH] fix broken link --- docs/tutorials/modular-monolith.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/modular-monolith.md b/docs/tutorials/modular-monolith.md index 6da110984..424bea81f 100644 --- a/docs/tutorials/modular-monolith.md +++ b/docs/tutorials/modular-monolith.md @@ -300,7 +300,7 @@ system shutdowns. ::: tip Look, MediatR is an almost dominant tool in the .NET ecosystem right now, but it doesn't come with any kind of built -in transactional inbox/outbox support that you need to make asynchronous message passing be resilient. See [MediatR to Wolverine](/tutorials/from-mediatr) +in transactional inbox/outbox support that you need to make asynchronous message passing be resilient. See [MediatR to Wolverine](/introduction/from-mediatr) for information about switching to Wolverine from MediatR. :::