Skip to content

Commit

Permalink
Docs: fix dead GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring authored and jeremydmiller committed Sep 7, 2023
1 parent f20ad87 commit d3b21f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/durability/marten/event-sourcing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if the Wolverine/Marten integration is applied to your application. Do note that
exclusive write locking.
:::

See the [OrderEventSourcingSample project on GitHub](https://github.com/JasperFx/wolverine/tree/main/src/Samples/OrderEventSourcingSample) for more samples.
See the [OrderEventSourcingSample project on GitHub](https://github.com/JasperFx/wolverine/tree/main/src/Persistence/OrderEventSourcingSample) for more samples.

That Wolverine + Marten combination is optimized for efficient and productive development using a [CQRS architecture style](https://martinfowler.com/bliki/CQRS.html) with [Marten's event sourcing](https://martendb.io/events/) support.
Specifically, let's dive into the responsibilities of a typical command handler in a CQRS with event sourcing architecture:
Expand Down

0 comments on commit d3b21f8

Please sign in to comment.