Skip to content

Commit

Permalink
README.md: Update urls
Browse files Browse the repository at this point in the history
Fixes #160
  • Loading branch information
reedy committed Jul 10, 2023
1 parent 316f6e5 commit 6146486
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.

Expand Down

0 comments on commit 6146486

Please sign in to comment.