Skip to content

Commit 6146486

Browse files
committed
README.md: Update urls
Fixes #160
1 parent 316f6e5 commit 6146486

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Getting Started
44
Download either the [production version][min] or the [development version][max] of BlockUI.
55

6-
[min]: http://malsup.github.com/min/jquery.blockUI.min.js
7-
[max]: http://malsup.github.com/jquery.blockUI.js
6+
[min]: https://malsup.github.io/min/jquery.blockUI.min.js
7+
[max]: https://malsup.github.io/jquery.blockUI.js
88

99
In your web page:
1010

@@ -23,13 +23,12 @@ $(document).on('click', '#myButton', function() {
2323

2424
## Documentation, Demos and FAQ
2525
Everything you need to know can be found here:
26-
[http://jquery.malsup.com/block/](http://jquery.malsup.com/block/)
27-
26+
[https://jquery.malsup.com/block/](https://jquery.malsup.com/block/)
2827

2928
## Copyright and License
3029
Copyright © 2007-2013 M. Alsup.
3130

32-
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.
31+
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.
3332

3433
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.
3534

0 commit comments

Comments
 (0)