From 60adc56bbf0b3e1c9d022782aaac03c37da31b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Lign=C3=A9?= Date: Mon, 15 Nov 2021 14:56:35 +0100 Subject: [PATCH] Fix broken demo link in README.md After trying to see the demo for this project I noticed that the link leads to a 404 page. I found the updated link in [#957] and this commit updates the README to link to the proper URL. [#957]: https://github.com/Choices-js/Choices/issues/957 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 202f981..32019fb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A vanilla, lightweight (~19kb gzipped 🎉), configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency. -[Demo](https://joshuajohnson.co.uk/Choices/) +[Demo](https://choices-js.github.io/Choices/) ## TL;DR