From 11d69db8b14653c44a1977e11b61967646ba78b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Tue, 27 Oct 2020 03:06:48 -0400 Subject: [PATCH] Fix incorrect links in section 3.4 of README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These links were the same as the first two links in section 3.3 – probably a copy-paste error. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbbaa8c..2e35e56 100644 --- a/README.md +++ b/README.md @@ -536,8 +536,8 @@ in this case. Reference: -- [AppFlip.js](./public/scripts/AppDraggable.js) -- [TodoApp.js](./public/scripts/AppSortable.js) +- [AppFlip.js](./public/scripts/AppFlip.js) +- [TodoApp.js](./public/scripts/TodoApp.js) ## 4. Testing