From 56b182f3f86e6315f4650b9af56069b09317953d Mon Sep 17 00:00:00 2001 From: JPHaus Date: Mon, 18 Nov 2024 21:18:57 -0600 Subject: [PATCH] Fix image link --- Concepts/Event Sourcing Pattern.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concepts/Event Sourcing Pattern.md b/Concepts/Event Sourcing Pattern.md index a7b13f3..cf60753 100644 --- a/Concepts/Event Sourcing Pattern.md +++ b/Concepts/Event Sourcing Pattern.md @@ -6,7 +6,7 @@ publish: true The event sourcing pattern captures all changes to an application as a sequence of event objects. This pattern creates a ledger of changes that can be used to replay events and view application state at any point in time. -![Event Sourcing|500](event-sourcing.png) +![[event-sourcing.png|500]] *Image source: [Event Sourcing and Event-Driven Architecture - In Under 5 Minutes!](https://ercin.medium.com/event-sourcing-and-event-driven-architecture-in-under-5-minutes-927f4e88351a)* ## Event Sourcing Pattern Advantages