Skip to content

Commit 9fedf49

Browse files
committed
Docs: Update most HTTP URLs to HTTPS
1 parent 74bc254 commit 9fedf49

File tree

11 files changed

+20
-23
lines changed

11 files changed

+20
-23
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Welcome! Thanks for your interest in contributing to download.jqueryui.com. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](http://contribute.jquery.org/web-sites/).
1+
Welcome! Thanks for your interest in contributing to download.jqueryui.com. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](https://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [to our websites](https://contribute.jquery.org/web-sites/).
22

3-
You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla).
3+
You may also want to take a look at our [commit & pull request guide](https://contribute.jquery.org/commits-and-pull-requests/) and [style guides](https://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](https://contribute.jquery.org/cla).
44

5-
You can find us on [IRC](http://irc.jquery.org), specifically in #jqueryui-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](http://contribute.jquery.org/open-source/).
5+
You can find us on [IRC](https://irc.jquery.org), specifically in #jqueryui-dev should you have any questions. If you've never contributed to open source before, we've put together [a short guide with tips, tricks, and ideas on getting started](https://contribute.jquery.org/open-source/).

README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ $ cd <local jqueryui.com path>
8181
$ npm link download.jqueryui.com
8282
```
8383

84-
Temporarily change its `Gruntfile.js` to use localhost instead of http://download.jqueryui.com.
84+
Temporarily change its `Gruntfile.js` to use localhost instead of https://download.jqueryui.com.
8585
```diff
8686
var frontend = require( "download.jqueryui.com" ).frontend({
87-
- host: "http://download.jqueryui.com"
87+
- host: "https://download.jqueryui.com"
8888
+ host: "http://localhost:8088",
8989
env: "production"
9090
}),
@@ -99,11 +99,8 @@ $ grunt deploy
9999

100100
### Compile and install ImageMagick from source
101101

102-
Commands:
102+
Follow instructions from https://legacy.imagemagick.org/script/install-source.php to install ImageMagic `6.6.9-10`. Then, in the ImageMagick directory, invoke:
103103
```
104-
$ wget http://www.imagemagick.org/download/legacy/ImageMagick-6.6.9-10.tar.gz
105-
$ tar -xzf ImageMagick-6.6.9-10.tar.gz
106-
$ cd ImageMagick-6.6.9-10
107104
$ ./configure CFLAGS=-O5 CXXFLAGS=-O5 --prefix=/opt --enable-static --with-png --disable-shared
108105
```
109106

app/src/download.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/*global Hash: false, JST: false, Model: false */
33
/*!
44
* jQuery UI DownloadBuilder client-side JavaScript file
5-
* http://jqueryui.com/download/
5+
* https://jqueryui.com/download/
66
*
77
* Copyright jQuery Foundation and other contributors
88
* Released under the MIT license.
9-
* http://jquery.org/license
9+
* https://jquery.org/license
1010
*/
1111
( function( $, Hash, JST, Model, undefined ) {
1212
"use strict";

app/src/hash.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright jQuery Foundation and other contributors
77
* Released under the MIT license.
8-
* http://jquery.org/license
8+
* https://jquery.org/license
99
*/
1010
( function( exports, $, EventEmitter, undefined ) {
1111
"use strict";

app/src/model.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/*global EventEmitter: false, LZMA: false, QueryString: false */
33
/*!
44
* jQuery UI helper JavaScript file for DownloadBuilder and ThemeRoller models
5-
* http://jqueryui.com/download/
5+
* https://jqueryui.com/download/
66
*
77
* Copyright jQuery Foundation and other contributors
88
* Released under the MIT license.
9-
* http://jquery.org/license
9+
* https://jquery.org/license
1010
*/
1111
( function( exports, $, EventEmitter, LZMA, QueryString, undefined ) {
1212
"use strict";

app/src/querystring.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Copyright jQuery Foundation and other contributors
77
* Released under the MIT license.
8-
* http://jquery.org/license
8+
* https://jquery.org/license
99
*/
1010
( function( exports, $, undefined ) {
1111
"use strict";

app/src/themeroller.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
/*global Hash: false, JST: false, Model: false, QueryString: false */
33
/*!
44
* jQuery UI ThemeRoller client-side JavaScript file
5-
* http://jqueryui.com/themeroller/
5+
* https://jqueryui.com/themeroller/
66
*
77
* Copyright jQuery Foundation and other contributors
88
* Released under the MIT license.
9-
* http://jquery.org/license
9+
* https://jquery.org/license
1010
*/
1111
( function( $, Hash, JST, Model, QueryString, undefined ) {
1212
"use strict";

lib/themeroller-image.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ generateIcon = function( params, callback ) {
138138
// Add '#' in the beginning of the colors if needed
139139
color = hashColor( params.color );
140140

141-
// http://www.imagemagick.org/Usage/masking/#shapes
141+
// https://www.imagemagick.org/Usage/masking/#shapes
142142
// IM 6.7.9 and below:
143143
// $ convert <icons_mask_filename> -background <color> -alpha shape output.png
144-
// IM > 6.7.9: (see #132 http://git.io/gfSacg)
144+
// IM > 6.7.9: (see https://github.com/jquery/download.jqueryui.com/issues/132)
145145
// $ convert <icons_mask_filename> -set colorspace RGB -background <color> -alpha shape -set colorspace sRGB output.png
146146

147147
imageQueue.push( function( innerCallback ) {
@@ -173,7 +173,7 @@ generateTexture = function( params, callback ) {
173173

174174
filename = params.type.replace( /-/g, "_" ).replace( /$/, ".png" );
175175

176-
// http://www.imagemagick.org/Usage/compose/#dissolve
176+
// https://www.imagemagick.org/Usage/compose/#dissolve
177177
// $ convert -size <width>x<height> 'xc:<color>' <texture_filename> -compose dissolve -define compose:args=<opacity>,100 -composite output.png
178178

179179
imageQueue.push( function( innerCallback ) {

template/themeroller/help.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ <h2>Using ThemeRoller</h2>
55
<p>If you'd like to use a pre-designed theme, select the <a href="#themeGallery">Theme Gallery tab</a> and choose from one of the themes in the gallery. You can choose to download or customize any theme from there. To save a theme for later, simply bookmark or copy the URL.</p>
66

77
<h2><span class="icon ui-icon-gear"></span>Plugin Developers</h2>
8-
<p>jQuery UI is driven by a powerful custom CSS framework. The framework is designed to be used not only for our own jQuery UI components, but for custom UI widget development as well! Visit the jQuery UI documentation to <a href="http://api.jqueryui.com/category/theming/">learn more about the new jQuery UI CSS Framework.</a></p>
8+
<p>jQuery UI is driven by a powerful custom CSS framework. The framework is designed to be used not only for our own jQuery UI components, but for custom UI widget development as well! Visit the jQuery UI documentation to <a href="https://api.jqueryui.com/category/theming/">learn more about the new jQuery UI CSS Framework.</a></p>
99
</div><!-- /help -->

template/zip/banner.min

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*! {{title}} - v{{version}} - {{date}}
22
* {{homepage}}{{#if fileNames}}
33
* Includes: {{fileNames}}{{/if}}{{#if customThemeUrl}}
4-
* To view and modify this theme, visit http://jqueryui.com{{{customThemeUrl}}}{{/if}}
4+
* To view and modify this theme, visit https://jqueryui.com{{{customThemeUrl}}}{{/if}}
55
* Copyright {{authorName}}; Licensed {{licenses}} */
66

test/themeroller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const themeRollerTests = module.exports[ "test: ThemeRoller" ] = {};
4343

4444
( function() {
4545
function dropThemeUrl( cssSource ) {
46-
return cssSource.replace( /\n\s*\* To view and modify this theme, visit http:\/\/jqueryui\.com\/themeroller\/[^\n]+\n/, "\n" );
46+
return cssSource.replace( /\n\s*\* To view and modify this theme, visit https?:\/\/jqueryui\.com\/themeroller\/[^\n]+\n/, "\n" );
4747
}
4848

4949
[ "1.12.1", "1.13.2" ].forEach( ( jQueryUiVersion ) => {

0 commit comments

Comments
 (0)