diff --git a/0079-effectful-state-management-wtp/README.md b/0079-effectful-state-management-wtp/README.md index d99c8b68..0e907e64 100644 --- a/0079-effectful-state-management-wtp/README.md +++ b/0079-effectful-state-management-wtp/README.md @@ -1,5 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [Effectful State Management: What’s the Point?](https://www.pointfree.co/episodes/ep79-effectful-state-management-unidirectional-effects) +> #### This directory contains code from Point-Free Episode: [Effectful State Management: What’s the Point?](https://www.pointfree.co/episodes/ep79-effectful-state-management-the-point) > > We've got the basic story of side effects in our architecture, but the story is far from over. Turns out that even side effects themselves are composable. Base effect functionality can be extracted and shared, and complex effects can be broken down into simpler pieces.