Merge pull request #568 from brandon-d-mckay/patch-1

Fix incorrect URL
This commit is contained in:
Ilkka Seppälä 2017-05-09 23:10:31 +03:00 committed by GitHub
commit 0b57edd211

View File

@ -32,7 +32,7 @@ Use an Event-driven architecture when
## Credits ## 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) * [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) * [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) * [Event-driven architecture definition](http://searchsoa.techtarget.com/definition/event-driven-architecture)