From ab110157bcb624f2dbbded7669ebb2a0f51532a4 Mon Sep 17 00:00:00 2001 From: Pietro Caselani Date: Tue, 21 Jan 2020 13:25:47 +0100 Subject: [PATCH] Fix link for episode 87 (#45) --- 0087-the-case-for-case-paths-pt1/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.