Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: Update urls #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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