diff --git a/event-sourcing/README.md b/event-sourcing/README.md index 6d24a40e5647f6b9af33d4206576b6567bdaadb0..94f293872a4858627b896f932ec424ce9370b373 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)