From eaf377802ddc2a6cfea038bac471ccca45be8b2a Mon Sep 17 00:00:00 2001 From: Theodore Chu <22967798+TheodoreChu@users.noreply.github.com> Date: Sun, 1 Nov 2020 22:30:14 -0800 Subject: [PATCH] Update README.md Fix broken link to React DnD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2b49d7..88d910f 100644 --- a/README.md +++ b/README.md @@ -787,7 +787,7 @@ Useful articles regarding FLIP animations: Projects I've inspected for drag & drop architecture: -- [React DnD](https://react-dnd.github.io) +- [React DnD](https://github.com/react-dnd/react-dnd/) - [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) - [dragula](https://github.com/bevacqua/dragula)