Skip to content

Commit

Permalink
Update runtime.md
Browse files Browse the repository at this point in the history
Fix localhost link that's broken on generated site https://wolverine.netlify.app/guide/runtime.html
  • Loading branch information
bittercoder authored and jeremydmiller committed Oct 23, 2023
1 parent 1f500bc commit b9950cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b9950cc

Please sign in to comment.