diff options
Diffstat (limited to 'ui/widget.js')
-rw-r--r-- | ui/widget.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/widget.js b/ui/widget.js index 6512cc587..7201b4fbf 100644 --- a/ui/widget.js +++ b/ui/widget.js @@ -1,17 +1,17 @@ /*! * jQuery UI Widget @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Widget //>>group: Core //>>description: Provides a factory for creating stateful widgets with a common API. -//>>docs: http://api.jqueryui.com/jQuery.widget/ -//>>demos: http://jqueryui.com/widget/ +//>>docs: https://api.jqueryui.com/jQuery.widget/ +//>>demos: https://jqueryui.com/widget/ ( function( factory ) { "use strict"; |