From a3e2c8362a080c1733ebf50b157e755d0391ac2f Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Thu, 19 Sep 2024 07:59:20 +0200 Subject: [PATCH] Deleted dangling sentence in docs. Closes GH-1037 --- docs/guide/basics.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guide/basics.md b/docs/guide/basics.md index e4d297f7a..bf062efbf 100644 --- a/docs/guide/basics.md +++ b/docs/guide/basics.md @@ -81,4 +81,3 @@ The diagram above should just say "Message Handler" as Wolverine makes no struct * *Message Store* -- Database storage for Wolverine's [inbox/outbox persistent messaging](/guide/durability/) * *Durability Agent* -- An internal subsystem in Wolverine that runs in a background service to interact with the message store for Wolverine's [transactional inbox/outbox](https://microservices.io/patterns/data/transactional-outbox.html) functionality -For more context, see