From 59e6bd86510a0618f3fc91874cc11f6df36fd1ad Mon Sep 17 00:00:00 2001 From: Ignasi Marimon-Clos Date: Wed, 9 Sep 2020 17:21:25 +0200 Subject: [PATCH] Fix markdown syntax for link that uses parens (#29576) --- akka-docs/src/main/paradox/typed/persistence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/persistence.md b/akka-docs/src/main/paradox/typed/persistence.md index c55aa91aaa..3450cd5ea0 100644 --- a/akka-docs/src/main/paradox/typed/persistence.md +++ b/akka-docs/src/main/paradox/typed/persistence.md @@ -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.