Skip to content

Commit 1bafa1d

Browse files
authored
README.md: Update malsup.github.com urls to HTTPS
Fixes #160
1 parent 316f6e5 commit 1bafa1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 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.com/min/jquery.blockUI.min.js
7+
[max]: https://malsup.github.com/jquery.blockUI.js
88

99
In your web page:
1010

@@ -23,13 +23,13 @@ $(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/)
26+
[https://jquery.malsup.com/block/](https://jquery.malsup.com/block/)
2727

2828

2929
## Copyright and License
3030
Copyright © 2007-2013 M. Alsup.
3131

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.
32+
The BlockUI plugin is dual licensed under the [MIT](https://malsup.github.com/mit-license.txt) and [GPL](https://malsup.github.com/gpl-license-v2.txt) licenses.
3333

3434
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.
3535

0 commit comments

Comments
 (0)