Fix markdown syntax for link that uses parens (#29576)

This commit is contained in:
Ignasi Marimon-Clos 2020-09-09 17:21:25 +02:00 committed by GitHub
parent ca59d8149c
commit 59e6bd8651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ provides tools to facilitate in building GDPR capable systems.
### Event sourcing concepts
See an [introduction to EventSourcing](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/jj591559(v=pandp.10)?redirectedfrom=MSDN) at MSDN.
See an [introduction to EventSourcing](https://docs.microsoft.com/en-us/previous-versions/msp-n-p/jj591559%28v=pandp.10%29) at MSDN.
Another excellent article about "thinking in Events" is [Events As First-Class Citizens](https://hackernoon.com/events-as-first-class-citizens-8633e8479493)
by Randy Shoup. It is a short and recommended read if you're starting developing Events based applications.