From 873ff1edd0998865da250f74c3da8d727482f35a Mon Sep 17 00:00:00 2001 From: werner291 Date: Sun, 14 Feb 2021 14:13:42 +0100 Subject: [PATCH] Fixed a dead link at the bottom of the page --- docs/actors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/actors.md b/docs/actors.md index da24285..2f50467 100644 --- a/docs/actors.md +++ b/docs/actors.md @@ -233,6 +233,6 @@ Riker provides certain guarantees when handling messages: On this page, you learned the basics of creating a Riker application using actors. Let's move on to the next section to see more comprehensive example using multiple message types: -[Sending multiple message types](messaging) +[Sending multiple message types](/messaging) [1]: https://en.wikipedia.org/wiki/Actor_model