From b9950ccf668862c2298760bfdb5e42c02166b7ce Mon Sep 17 00:00:00 2001 From: Alex Henderson Date: Sun, 22 Oct 2023 08:23:26 +1300 Subject: [PATCH] Update runtime.md Fix localhost link that's broken on generated site https://wolverine.netlify.app/guide/runtime.html --- docs/guide/runtime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/runtime.md b/docs/guide/runtime.md index d8ea1fee3..d4474a6dc 100644 --- a/docs/guide/runtime.md +++ b/docs/guide/runtime.md @@ -155,7 +155,7 @@ the in memory queues on normal application shutdown. ### Durable Endpoints -**Durable** endpoints behave like **buffered** endpoints, but also use the [durable inbox/outbox message storage](http://localhost:5050/guide/durability/) to create much +**Durable** endpoints behave like **buffered** endpoints, but also use the [durable inbox/outbox message storage](/guide/durability/) to create much stronger guarantees about message delivery and processing. You will need to use `Durable` endpoints in order to truly take advantage of the persistent outbox mechanism in Wolverine. To opt into making an endpoint durable, use this syntax: