From 9e7e8a64f6a2cec7b1f2d5e87c769f6896180c84 Mon Sep 17 00:00:00 2001 From: "Brandon D. McKay" Date: Wed, 26 Apr 2017 04:22:44 -0400 Subject: [PATCH] Fix incorrect URL --- event-driven-architecture/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event-driven-architecture/README.md b/event-driven-architecture/README.md index 0f698273b..a263defec 100644 --- a/event-driven-architecture/README.md +++ b/event-driven-architecture/README.md @@ -32,7 +32,7 @@ Use an Event-driven architecture when ## Credits -* [Event-driven architecture - Wikipedia](http://www.computerweekly.com/feature/Write-through-write-around-write-back-Cache-explained) +* [Event-driven architecture - Wikipedia](https://en.wikipedia.org/wiki/Event-driven_architecture) * [Fundamental Components of an Event-Driven Architecture](http://giocc.com/fundamental-components-of-an-event-driven-architecture.html) * [Real World Applications/Event Driven Applications](https://wiki.haskell.org/Real_World_Applications/Event_Driven_Applications) * [Event-driven architecture definition](http://searchsoa.techtarget.com/definition/event-driven-architecture)