Skip to content

Commit 37cdaa9

Browse files
AlexZeitlerjeremydmiller
authored andcommitted
docs: fix broken link
1 parent 1473372 commit 37cdaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/durability/marten/sagas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Marten as Saga Storage
22

33
Marten is an easy option for [persistent sagas](/guide/durability/sagas) with Wolverine. Yet again, to opt into using Marten as your saga storage mechanism in Wolverine, you
4-
just need to add the `IntegrateWithWolverine()` option to your Marten configuration as shown in the [Getting Started](#getting-started) section above.
4+
just need to add the `IntegrateWithWolverine()` option to your Marten configuration as shown in the Marten Integration [Getting Started](/guide/durability/marten/#getting-started) section.
55

66
When using the Wolverine + Marten integration, your stateful saga classes should be valid Marten document types that inherit from Wolverine's `Saga` type, which generally means being a public class with a valid
77
Marten [identity member](https://martendb.io/documents/identity.html). Remember that your handler methods in Wolverine can accept "method injected" dependencies from your underlying

0 commit comments

Comments
 (0)