From d2e070d21d5f6365949c36891f0fa78dffd29db7 Mon Sep 17 00:00:00 2001 From: Christoph Flick Date: Wed, 16 Sep 2020 13:44:50 +0200 Subject: [PATCH] Fix links on the event sourcing page --- event-sourcing/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/event-sourcing/README.md b/event-sourcing/README.md index 6d24a40e5..94f293872 100644 --- a/event-sourcing/README.md +++ b/event-sourcing/README.md @@ -24,11 +24,11 @@ Use the Event Sourcing pattern when ## Real world examples -* [The Lmax Architecture] (https://martinfowler.com/articles/lmax.html) +* [The Lmax Architecture](https://martinfowler.com/articles/lmax.html) ## Credits -* [Martin Fowler - Event Sourcing] (https://martinfowler.com/eaaDev/EventSourcing.html) -* [Event Sourcing | Microsoft Docs] (https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) -* [Reference 3: Introducing Event Sourcing] (https://msdn.microsoft.com/en-us/library/jj591559.aspx) +* [Martin Fowler - Event Sourcing](https://martinfowler.com/eaaDev/EventSourcing.html) +* [Event Sourcing | Microsoft Docs](https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing) +* [Reference 3: Introducing Event Sourcing](https://msdn.microsoft.com/en-us/library/jj591559.aspx) * [Event Sourcing pattern](https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing)