From 614648600a82e754c26705541bbfbffd2b369f00 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Mon, 10 Jul 2023 13:22:16 +0100 Subject: [PATCH] README.md: Update urls Fixes https://github.com/malsup/blockui/issues/160 --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c3f8c8c..a9cec2f 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ## Getting Started Download either the [production version][min] or the [development version][max] of BlockUI. -[min]: http://malsup.github.com/min/jquery.blockUI.min.js -[max]: http://malsup.github.com/jquery.blockUI.js +[min]: https://malsup.github.io/min/jquery.blockUI.min.js +[max]: https://malsup.github.io/jquery.blockUI.js In your web page: @@ -23,13 +23,12 @@ $(document).on('click', '#myButton', function() { ## Documentation, Demos and FAQ Everything you need to know can be found here: -[http://jquery.malsup.com/block/](http://jquery.malsup.com/block/) - +[https://jquery.malsup.com/block/](https://jquery.malsup.com/block/) ## Copyright and License Copyright © 2007-2013 M. Alsup. -The BlockUI plugin is dual licensed under the [MIT](http://malsup.github.com/mit-license.txt) and [GPL](http://malsup.github.com/gpl-license-v2.txt) licenses. +The BlockUI plugin is dual licensed under the [MIT](https://malsup.github.io/mit-license.txt) and [GPL](https://malsup.github.io/gpl-license-v2.txt) licenses. You may use either license. The MIT license is recommended for most projects because it is simple and easy to understand and it places almost no restrictions on what you can do with the plugin.