From 8a36916b403f1793ef9cb310f485e3611d43f293 Mon Sep 17 00:00:00 2001 From: Sonny Date: Wed, 29 Apr 2026 11:05:01 +0200 Subject: [PATCH] Fix broken license links in README.md Replace .com with .io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f8c8c..2cf0e2f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Everything you need to know can be found here: ## 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](http://malsup.github.io/mit-license.txt) and [GPL](http://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.