1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-17 19:36:49 +02:00

Fix incorrect links in section 3.4 of README

These links were the same as the first two links in section 3.3 – probably a copy-paste error.
This commit is contained in:
Rory O’Kane
2020-10-27 03:06:48 -04:00
committed by GitHub
parent e728670c29
commit 11d69db8b1

View File

@@ -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