Skip to content

Commit 85fc692

Browse files
authored
All: HTTPS-ify most links
Closes #414
1 parent 9a8be1c commit 85fc692

File tree

21 files changed

+127
-127
lines changed

21 files changed

+127
-127
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Welcome! Thanks for your interest in contributing to jquery-wp-content. 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/) and [code](http://contribute.jquery.org/code).
1+
Welcome! Thanks for your interest in contributing to jquery-wp-content. 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](httsp://contribute.jquery.org/web-sites/) and [code](https://contribute.jquery.org/code).
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 #jquery-content 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 #jquery-content 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/).

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer
5757
```
5858

5959
1. Place the WordPress core files **at** the document root you chose. For example, if you used `/srv/www/jquery`, you should unzip or clone WordPress directly into that directory, *not* a directory below it. **Do not install WordPress.** You can do this any number of ways:
60-
* Download the latest version from http://wordpress.org/latest.zip
61-
* Check out the latest tag from http://core.svn.wordpress.org/tags/
60+
* Download the latest version from https://wordpress.org/latest.zip
61+
* Check out the latest tag from https://core.svn.wordpress.org/tags/
6262
* Clone the official WordPress Github mirror at https://github.com/WordPress/WordPress
6363

6464
1. Clone `jquery-wp-content` inside of the directory where you put WordPress, so you have a file tree that looks like this:
@@ -80,7 +80,7 @@ You do not need to configure your `/etc/hosts` file for `local.*` because `jquer
8080
│   └── xmlrpc.php
8181
```
8282

83-
1. Create a MySQL database and user. You can choose any name you want for both. Follow the [WordPress instructions](http://codex.wordpress.org/Installing_WordPress#Step_2:_Create_the_Database_and_a_User) for a step by step guide.
83+
1. Create a MySQL database and user. You can choose any name you want for both. Follow the [WordPress instructions](https://codex.wordpress.org/Installing_WordPress#Step_2:_Create_the_Database_and_a_User) for a step by step guide.
8484

8585
1. Copy `jquery-wp-content/wp-config-sample.php` and move it up one directory, to `wp-config.php`. Fill in your database credentials.
8686

LICENSE.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ their own licenses; we recommend you read them, as their terms may
1515
differ from the terms above.
1616

1717
- Allow Numeric Stubs
18-
http://www.viper007bond.com/wordpress-plugins/allow-numeric-stubs/
18+
https://wordpress.org/plugins/allow-numeric-stubs/
1919
located at plugins/allow-numeric-stubs
2020

2121
- Colorbox
22-
http://www.jacklmoore.com/colorbox/
22+
https://www.jacklmoore.com/colorbox/
2323
located at themes/jquery/js/plugins.js
2424

2525
- Disable Emojis
2626
https://wordpress.org/plugins/disable-emojis/
2727
located at mu-plugins/disable-emojis
2828

2929
- FlexSlider
30-
http://www.woothemes.com/flexslider/
30+
https://woocommerce.com/flexslider/
3131
located at themes/jquery/js/plugins.js
3232

3333
- Grunt Wordpress
@@ -39,11 +39,11 @@ differ from the terms above.
3939
located at themes/jquery/js/plugins.js
4040

4141
- Modernizr
42-
http://modernizr.com/
42+
https://modernizr.com/
4343
located at themes/jquery/js/modernizr.custom.2.8.3.min.js
4444

4545
- No Comments on Pages
46-
http://jaka.kubje.org/wp/software/no-comments-on-pages/
46+
https://wordpress.org/plugins/no-comments-on-pages/
4747
located at plugins/no-comments-on-pages
4848

4949
- Respond.js
@@ -55,11 +55,11 @@ differ from the terms above.
5555
located at mu-plugins/jquery.org/lib/Stripe
5656

5757
- TinyNav.js
58-
http://tinynav.viljamis.com
58+
http://tinynav.com/
5959
located at themes/jquery/js/plugins.js
6060

6161
- VaultPress
62-
http://vaultpress.com/
62+
https://vaultpress.com/
6363
located at plugins/vaultpress
6464

6565
The design, layout, and look-and-feel of jquery-wp-content - including

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Although we recommend using the pre-built VM, if you would like to manually inst
99
This setup guide assumes you have certain prerequisites installed.
1010

1111
* [Virtualbox >=4.3+](https://www.virtualbox.org/)
12-
* [Vagrant >=1.4.0](http://www.vagrantup.com/)
12+
* [Vagrant >=1.4.0](https://www.vagrantup.com/)
1313

1414
## Vagrant and Virtualbox
1515

16-
We recommend the combination of Virtualbox and [Vagrant](http://www.vagrantup.com/about.html) for a local development environment. Vagrant simplifies download, installation, and management of the local environment VM with a few commands.
16+
We recommend the combination of Virtualbox and [Vagrant](https://www.vagrantup.com/intro/index.html) for a local development environment. Vagrant simplifies download, installation, and management of the local environment VM with a few commands.
1717

1818
### Setup
1919

responsive.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
<div class="wrapper">
1616
<div class="frame">
1717
<h2>320 &times; 480 <small>(mobile)</small></h2>
18-
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="320" height="480"></iframe>
18+
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="320" height="480"></iframe>
1919
</div>
2020
<div class="frame">
2121
<h2>480 &times; 640 <small>(small tablet)</small></h2>
22-
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="480" height="640"></iframe>
22+
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="480" height="640"></iframe>
2323
</div>
2424
<div class="frame">
2525
<h2>768 &times; 1024 <small>(tablet - portrait)</small></h2>
26-
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="768" height="1024"></iframe>
26+
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="768" height="1024"></iframe>
2727
</div>
2828
<div class="frame">
2929
<h2>1024 &times; 768 <small>(tablet - landscape)</small></h2>
30-
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="1024" height="768"></iframe>
30+
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="1024" height="768"></iframe>
3131
</div>
3232
<div class="frame">
3333
<h2>1200 &times; 800 <small>(desktop)</small></h2>
34-
<iframe src="http://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="1200" height="800"></iframe>
34+
<iframe src="https://stage.plugins.jquery.com/foo/" sandbox="allow-same-origin allow-forms" seamless width="1200" height="800"></iframe>
3535
</div>
3636
</div>
3737
</body>
38-
</html>
38+
</html>

sites.php

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function jquery_sites() {
3434
'blog_id' => 3,
3535
'cookie_domain' => '.jquery.com',
3636
'body_class' => 'jquery',
37-
'logo_link' => 'http://jquery.com/',
37+
'logo_link' => 'https://jquery.com/',
3838
'options' => array(
3939
'blogname' => 'jQuery API Documentation',
4040
'stylesheet' => 'api.jquery.com',
@@ -88,7 +88,7 @@ function jquery_sites() {
8888
'blog_id' => 8,
8989
'cookie_domain' => '.jqueryui.com',
9090
'body_class' => 'jquery-ui',
91-
'logo_link' => 'http://jqueryui.com/',
91+
'logo_link' => 'https://jqueryui.com/',
9292
'options' => array(
9393
'blogname' => 'jQuery UI API Documentation',
9494
'stylesheet' => 'api.jqueryui.com',
@@ -99,7 +99,7 @@ function jquery_sites() {
9999
'blog_id' => 17,
100100
'cookie_domain' => '.jqueryui.com',
101101
'body_class' => 'jquery-ui',
102-
'logo_link' => 'http://jqueryui.com/',
102+
'logo_link' => 'https://jqueryui.com/',
103103
'options' => array(
104104
'blogname' => 'jQuery UI 1.8 Documentation',
105105
'stylesheet' => 'api.jqueryui.com',
@@ -110,7 +110,7 @@ function jquery_sites() {
110110
'blog_id' => 21,
111111
'cookie_domain' => '.jqueryui.com',
112112
'body_class' => 'jquery-ui',
113-
'logo_link' => 'http://jqueryui.com/',
113+
'logo_link' => 'https://jqueryui.com/',
114114
'options' => array(
115115
'blogname' => 'jQuery UI 1.9 Documentation',
116116
'stylesheet' => 'api.jqueryui.com',
@@ -171,7 +171,7 @@ function jquery_sites() {
171171
'blog_id' => 13,
172172
'cookie_domain' => '.jquerymobile.com',
173173
'body_class' => 'jquery-mobile',
174-
'logo_link' => 'http://jquerymobile.com/',
174+
'logo_link' => 'https://jquerymobile.com/',
175175
'options' => array(
176176
'blogname' => 'jQuery Mobile API Documentation',
177177
'stylesheet' => 'api.jquerymobile.com',
@@ -182,7 +182,7 @@ function jquery_sites() {
182182
'blog_id' => 14,
183183
'cookie_domain' => '.qunitjs.com',
184184
'body_class' => 'qunitjs',
185-
'logo_link' => 'http://qunitjs.com/',
185+
'logo_link' => 'https://qunitjs.com/',
186186
'options' => array(
187187
'blogname' => 'QUnit API Documentation',
188188
'stylesheet' => 'api.qunitjs.com',
@@ -277,7 +277,7 @@ function jquery_sites() {
277277
'blog_id' => 24,
278278
'cookie_domain' => '.jquerymobile.com',
279279
'body_class' => 'jquery-mobile',
280-
'logo_link' => 'http://jquerymobile.com/',
280+
'logo_link' => 'https://jquerymobile.com/',
281281
'options' => array(
282282
'blogname' => 'jQuery Mobile 1.3 Documentation',
283283
'stylesheet' => 'api.jquerymobile.com',
@@ -288,7 +288,7 @@ function jquery_sites() {
288288
'blog_id' => 25,
289289
'cookie_domain' => '.jqueryui.com',
290290
'body_class' => 'jquery-ui',
291-
'logo_link' => 'http://jqueryui.com/',
291+
'logo_link' => 'https://jqueryui.com/',
292292
'options' => array(
293293
'blogname' => 'jQuery UI 1.10 Documentation',
294294
'stylesheet' => 'api.jqueryui.com',
@@ -299,7 +299,7 @@ function jquery_sites() {
299299
'blog_id' => 26,
300300
'cookie_domain' => '.jqueryui.com',
301301
'body_class' => 'jquery-ui',
302-
'logo_link' => 'http://jqueryui.com/',
302+
'logo_link' => 'https://jqueryui.com/',
303303
'options' => array(
304304
'blogname' => 'jQuery UI 1.12 Documentation',
305305
'stylesheet' => 'api.jqueryui.com',
@@ -310,7 +310,7 @@ function jquery_sites() {
310310
'blog_id' => 27,
311311
'cookie_domain' => '.jqueryui.com',
312312
'body_class' => 'jquery-ui',
313-
'logo_link' => 'http://jqueryui.com/',
313+
'logo_link' => 'https://jqueryui.com/',
314314
'options' => array(
315315
'blogname' => 'jQuery UI 1.11 Documentation',
316316
'stylesheet' => 'api.jqueryui.com',
@@ -321,7 +321,7 @@ function jquery_sites() {
321321
'blog_id' => 28,
322322
'cookie_domain' => '.jquerymobile.com',
323323
'body_class' => 'jquery-mobile',
324-
'logo_link' => 'http://jquerymobile.com/',
324+
'logo_link' => 'https://jquerymobile.com/',
325325
'options' => array(
326326
'blogname' => 'jQuery Mobile 1.4 Documentation',
327327
'stylesheet' => 'api.jquerymobile.com',

themes/api.jquery.com/index.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<div class="content-right listing twelve columns">
33
<div id="content">
44
<h1 class="page-title">jQuery API</h1>
5-
<p>jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new to jQuery, we recommend that you check out the <a href="http://learn.jquery.com/">jQuery Learning Center</a>.</p>
6-
<p>If you're updating to a newer version of jQuery, be sure to read the release notes published on <a href="http://blog.jquery.com/">our blog</a>. If you're coming from a version prior 1.9, you should check out the <a href="http://jquery.com/upgrade-guide/1.9/">1.9 Upgrade Guide</a> as well.</p>
5+
<p>jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new to jQuery, we recommend that you check out the <a href="https://learn.jquery.com/">jQuery Learning Center</a>.</p>
6+
<p>If you're updating to a newer version of jQuery, be sure to read the release notes published on <a href="https://blog.jquery.com/">our blog</a>. If you're coming from a version prior 1.9, you should check out the <a href="https://jquery.com/upgrade-guide/1.9/">1.9 Upgrade Guide</a> as well.</p>
77
<p>Note that this is the API documentation for jQuery core. Other projects have API docs in other locations:</p>
88
<ul>
9-
<li><a href="http://api.jqueryui.com/">jQuery UI API docs</a></li>
10-
<li><a href="http://api.jquerymobile.com">jQuery Mobile API docs</a></li>
11-
<li><a href="http://api.qunitjs.com">QUnit API docs</a></li>
9+
<li><a href="https://api.jqueryui.com/">jQuery UI API docs</a></li>
10+
<li><a href="https://api.jquerymobile.com">jQuery Mobile API docs</a></li>
11+
<li><a href="https://api.qunitjs.com">QUnit API docs</a></li>
1212
</ul>
1313
<hr>
1414

themes/api.jquerymobile.com/index.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
popular smartphone, tablet and desktop devices.</p>
2121

2222
<p>If you are new to jQuery Mobile, the introduction to the framework in the
23-
<a href="http://demos.jquerymobile.com/">Demos</a>
23+
<a href="https://demos.jquerymobile.com/">Demos</a>
2424
would be a good place to start.</p>
2525

2626
<p>This site provides API documentation for jQuery Mobile <?php echo $thisVersion; ?></p>
2727

2828
<?php } else { ?>
2929

3030
<p>This site provides API documentation for jQuery Mobile <?php echo $thisVersion; ?>.
31-
We encourage you to <a href="http://jquerymobile.com/download/">upgrade to the latest stable version</a> of jQuery Mobile
31+
We encourage you to <a href="https://jquerymobile.com/download/">upgrade to the latest stable version</a> of jQuery Mobile
3232
in order to receive the best support and take advantage of recent bug
3333
fixes and enhancements. Check out the
34-
<a href="http://jquerymobile.com/upgrade-guide/">upgrade guides</a>
35-
and <a href="http://jquerymobile.com/changelog/">changelogs</a>
34+
<a href="https://jquerymobile.com/upgrade-guide/">upgrade guides</a>
35+
and <a href="https://jquerymobile.com/changelog/">changelogs</a>
3636
to find out more about upgrading.</p>
3737

3838
<?php } ?>
@@ -44,7 +44,7 @@
4444
<p>jQuery Mobile <?php echo $thisVersion; ?> uses jQuery UI <?php echo $ui_versions[ $thisVersion ] ?> and
4545
supports jQuery <?php echo $versions[ $thisVersion ]; ?>.
4646

47-
<p>See the <a href="http://jquerymobile.com/gbs/<?php echo $thisVersion; ?>">supported platforms</a> page for a list of all
47+
<p>See the <a href="https://jquerymobile.com/gbs/<?php echo $thisVersion; ?>">supported platforms</a> page for a list of all
4848
operating systems and browsers that are supported by this version of jQuery Mobile.</p>
4949

5050
<hr>
@@ -62,9 +62,9 @@
6262
$url = $version === $latestVersion ? '/' : "/$version/";
6363
echo "<li><a href=\"$url\">jQuery Mobile $version API Documentation</a></li>";
6464
} ?>
65-
<li><a href="http://api.jquery.com/">jQuery Core API Documentation</a></li>
66-
<li><a href="http://api.jqueryui.com/">jQuery UI API Documentation</a></li>
67-
<li><a href="http://learn.jquery.com/">jQuery Learning Center</a></li>
65+
<li><a href="https://api.jquery.com/">jQuery Core API Documentation</a></li>
66+
<li><a href="https://api.jqueryui.com/">jQuery UI API Documentation</a></li>
67+
<li><a href="https://learn.jquery.com/">jQuery Learning Center</a></li>
6868
</ul>
6969

7070
</div>

themes/api.jqueryui.com/index.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<p>jQuery UI is a curated set of user interface interactions, effects,
1919
widgets, and themes built on top of the jQuery JavaScript Library.
2020
If you're new to jQuery UI, you might want to check out our
21-
<a href="http://jqueryui.com/" title="jQuery UI">main site</a> for
21+
<a href="https://jqueryui.com/" title="jQuery UI">main site</a> for
2222
more information and full demos. If you're new to jQuery, you might
23-
also be interested in the <a href="http://learn.jquery.com/">jQuery
23+
also be interested in the <a href="https://learn.jquery.com/">jQuery
2424
Learning Center</a> tutorials.</p>
2525

2626
<p>This site provides API documentation for jQuery UI <?php echo $thisVersion; ?>. If
@@ -29,18 +29,18 @@
2929
However, we would encourage you to upgrade to jQuery UI <?php echo $thisVersion; ?> in order
3030
to receive the best support and take advantage of recent bug fixes
3131
and enhancements. Check out the
32-
<a href="http://jqueryui.com/upgrade-guide/<?php echo $thisVersion; ?>/">upgrade guide</a>
32+
<a href="https://jqueryui.com/upgrade-guide/<?php echo $thisVersion; ?>/">upgrade guide</a>
3333
to find out more about jQuery UI <?php echo $thisVersion; ?>.</p>
3434

3535
<?php } else { ?>
3636

3737
<p>This site provides API documentation for jQuery UI <?php echo $thisVersion; ?>.
3838
We encourage you to upgrade to
39-
<a href="http://api.jqueryui.com/">the latest stable version of jQuery UI</a>
39+
<a href="https://api.jqueryui.com/">the latest stable version of jQuery UI</a>
4040
in order to receive the best support and take advantage of recent bug
4141
fixes and enhancements. Check out the
42-
<a href="http://jqueryui.com/upgrade-guide/">upgrade guides</a>
43-
and <a href="http://jqueryui.com/changelog/">changelogs</a>
42+
<a href="https://jqueryui.com/upgrade-guide/">upgrade guides</a>
43+
and <a href="https://jqueryui.com/changelog/">changelogs</a>
4444
to find out more about upgrading.</p>
4545

4646
<?php } ?>
@@ -67,9 +67,9 @@
6767
$url = $version === $latestVersion ? '/' : "/$version/";
6868
echo "<li><a href=\"$url\">jQuery UI $version API Documentation</a></li>";
6969
} ?>
70-
<li><a href="http://api.jquery.com/">jQuery Core API Documentation</a></li>
71-
<li><a href="http://api.jquerymobile.com/">jQuery Mobile API Documentation</a></li>
72-
<li><a href="http://learn.jquery.com/">jQuery Learning Center</a></li>
70+
<li><a href="https://api.jquery.com/">jQuery Core API Documentation</a></li>
71+
<li><a href="https://api.jquerymobile.com/">jQuery Mobile API Documentation</a></li>
72+
<li><a href="https://learn.jquery.com/">jQuery Learning Center</a></li>
7373
</ul>
7474

7575
</div>

themes/jquery.org/page-conduct.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<h2>License</h2>
3838
<p>
3939
All content on this page is licensed under a
40-
<a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution</a> license.
40+
<a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution</a> license.
4141
</p>
4242
<p>
43-
<a href="http://creativecommons.org/licenses/by/3.0/">
44-
<img src="//i.creativecommons.org/l/by/3.0/88x31.png" height="31" width="88" alt="CC-by">
43+
<a href="https://creativecommons.org/licenses/by/3.0/">
44+
<img src="https://i.creativecommons.org/l/by/3.0/88x31.png" height="31" width="88" alt="CC-by">
4545
</a>
4646
</p>
4747
</div>

0 commit comments

Comments
 (0)