From 112289b1e05aeec80bc380cd2412eb8ddbad4bf7 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Sat, 10 Apr 2021 12:03:35 -0700 Subject: [PATCH] url corrections --- .../acting-lessons-for-scala-engineers-with-akka-and-zio.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/post/acting-lessons-for-scala-engineers-with-akka-and-zio.md b/content/post/acting-lessons-for-scala-engineers-with-akka-and-zio.md index 20fd7f5..7862d23 100644 --- a/content/post/acting-lessons-for-scala-engineers-with-akka-and-zio.md +++ b/content/post/acting-lessons-for-scala-engineers-with-akka-and-zio.md @@ -25,9 +25,9 @@ In November 2020 I had the great privilege to do a [Talk at Scale By The Bay Con ### I also wrote three blogs posts as a companion to my talk -[Introduction to the Actor Model](http://localhost:1313/post/introduction-to-the-actor-model/) +[Introduction to the Actor Model](https://www.softinio.com/post/introduction-to-the-actor-model/) -[Introduction to Akka Typed Using Scala](http://localhost:1313/post/introduction-to-akka-typed-using-scala/) +[Introduction to Akka Typed Using Scala](https://www.softinio.com/post/introduction-to-akka-typed-using-scala/) -[Introduction to Zio Actors](http://localhost:1313/post/introduction-to-zio-actors/) +[Introduction to Zio Actors](https://www.softinio.com/post/introduction-to-zio-actors/)