diff --git a/0087-the-case-for-case-paths-pt1/README.md b/0087-the-case-for-case-paths-pt1/README.md index 600a994b..1324eed4 100644 --- a/0087-the-case-for-case-paths-pt1/README.md +++ b/0087-the-case-for-case-paths-pt1/README.md @@ -1,5 +1,5 @@ ## [Point-Free](https://www.pointfree.co) -> #### This directory contains code from Point-Free Episode: [The Case for Case Paths: Introduction](https://www.pointfree.co/episodes/ep86-swiftui-snapshot-testing) +> #### This directory contains code from Point-Free Episode: [The Case for Case Paths: Introduction](https://www.pointfree.co/episodes/ep87-the-case-for-case-paths-introduction) > > You've heard of key paths, but…case paths!? Today we introduce the concept of "case paths," a tool that helps you generically pick apart an enum just like key paths allow you to do for structs. It's the tool you never knew you needed.