Skip to content

Commit d256fb0

Browse files
committed
Misc: Change HTTP & relative-protocol URLs to HTTPS
There were more HTTP & relative-protocol links to be changed. Fixes jquery#86
1 parent d91beb2 commit d256fb0

File tree

7 files changed

+29
-29
lines changed

7 files changed

+29
-29
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 jquery.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 jquery.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 #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/).

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Copyright and related rights for sample code are waived via CC0. Sample
3434
code is defined as all source code displayed within the prose of the
3535
documentation.
3636

37-
CC0: http://creativecommons.org/publicdomain/zero/1.0/
37+
CC0: https://creativecommons.org/publicdomain/zero/1.0/
3838

3939
====
4040

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## Building and Deploying
44

5-
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](http://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](http://contribute.jquery.org/web-sites/).
5+
To build and deploy your changes for previewing in a [`jquery-wp-content`](https://github.com/jquery/jquery-wp-content) instance, follow the [workflow instructions](https://contribute.jquery.org/web-sites/#workflow) from our documentation on [contributing to jQuery Foundation web sites](https://contribute.jquery.org/web-sites/).

pages/browser-support.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ <h2>Unsupported Browsers</h2>
4646
<hr>
4747

4848
<h2>About Browser Support</h2>
49-
<p>jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The <a href="http://modern.ie/">modern.IE</a> site makes available <a href="http://www.modern.ie/en-us/virtualization-tools#downloads">virtual machines</a> for testing many different versions of Internet Explorer. Older versions of other browsers can be found at <a href="http://oldversion.com/">oldversion.com</a>.</p>
49+
<p>jQuery is constantly tested with all of its supported browsers via unit tests. However, a web page using jQuery may not work in the same set of browsers if its own code takes advantage of (or falls prey to) browser-specific behaviors. Testing is essential to fully support a browser. The <a href="https://developer.microsoft.com/en-us/microsoft-edge/">Microsoft Developer Resources</a> site makes available <a href="https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/">virtual machines</a> for testing many different versions of Internet Explorer. Older versions of other browsers can be found at <a href="http://oldversion.com/">oldversion.com</a>.</p>
5050

5151
<p>Only the most current version of jQuery is tested and updated to fix bugs or add features. Users of older versions that find a bug should upgrade to the latest released version to determine if the bug has already been fixed. The <a href="https://github.com/jquery/jquery-migrate/#readme">jQuery Migrate plugin</a> may be helpful in identifying and fixing problems during a version upgrade.</p>
5252

5353
<hr>
5454

5555
<h2>About CSS Selector Compatibility</h2>
56-
<p>Regardless of a browser's support of CSS selectors, all selectors listed at <a href="http://api.jquery.com/category/selectors/">api.jquery.com/category/selectors/</a> will return the correct set of elements when passed as an argument of the <code>jQuery</code> function.</p>
56+
<p>Regardless of a browser's support of CSS selectors, all selectors listed at <a href="https://api.jquery.com/category/selectors/">api.jquery.com/category/selectors/</a> will return the correct set of elements when passed as an argument of the <code>jQuery</code> function.</p>
5757
<p>CSS styles applied with jQuery's <code>.css()</code> method are dependent on the browser's level of support. In general, jQuery does not attempt to overcome the limitations of a browser's style rendering. (One exception is <code>opacity</code>, which jQuery "shims" for older Internet Explorer's alternative implementation.) Furthermore, prior to version 1.8, jQuery does not normalize vendor-prefixed properties.</p>
5858

5959
<h3>External References</h3>
6060
<ul>
6161
<li><a href="http://www.quirksmode.org/css/contents.html">CSS contents and browser compatibility</a></li>
62-
<li><a href="http://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28Cascading_Style_Sheets%29">Comparison of layout engines (Cascading Style Sheets)</a></li>
63-
<li><a href="http://en.wikipedia.org/wiki/Acid3">Acid3</a></li>
62+
<li><a href="https://en.wikipedia.org/wiki/Comparison_of_layout_engines_%28Cascading_Style_Sheets%29">Comparison of layout engines (Cascading Style Sheets)</a></li>
63+
<li><a href="https://en.wikipedia.org/wiki/Acid3">Acid3</a></li>
6464
</ul>

pages/index.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<span>v1.12.2 or v2.2.2</span>
1616
</a>
1717
<div class="download-options">
18-
<a href="http://github.com/jquery/jquery">View Source on GitHub →</a>
19-
<a href="http://learn.jquery.com/about-jquery/how-jquery-works/">How jQuery Works →</a>
18+
<a href="https://github.com/jquery/jquery">View Source on GitHub →</a>
19+
<a href="https://learn.jquery.com/about-jquery/how-jquery-works/">How jQuery Works →</a>
2020
</div>
2121
</div>
2222
</div>
@@ -63,29 +63,29 @@ <h2 class="block">Corporate Members</h2>
6363
<h2 class="block">Other jQuery Foundation Projects</h2>
6464
<section class="project-tiles row">
6565
<div class="project-tile six columns color secondary-orange">
66-
<a href="//jqueryui.com" class="jqueryui small logo">jQueryUI</a>
66+
<a href="https://jqueryui.com" class="jqueryui small logo">jQueryUI</a>
6767
</div>
6868
<div class="project-tile six columns color secondary-green">
69-
<a href="//jquerymobile.com" class="jquery-mobile small logo">jQuery Mobile</a>
69+
<a href="https://jquerymobile.com" class="jquery-mobile small logo">jQuery Mobile</a>
7070
</div>
7171
</section>
7272
<section class="project-tiles row">
7373
<div class="project-tile six columns color qunit-secondary-purple">
74-
<a href="//qunitjs.com" class="qunitjs small logo">QUnit</a>
74+
<a href="https://qunitjs.com" class="qunitjs small logo">QUnit</a>
7575
</div>
7676
<div class="project-tile six columns color sizzle-red">
77-
<a href="http://sizzlejs.com" class="sizzlejs small logo">Sizzle</a>
77+
<a href="https://sizzlejs.com" class="sizzlejs small logo">Sizzle</a>
7878
</div>
7979
</section>
8080
</section>
8181
<aside class="four columns resources">
8282
<h3>Resources</h3>
8383
<ul>
84-
<li><a href="http://api.jquery.com">jQuery Core API Documentation</a></li>
85-
<li><a href="http://learn.jquery.com">jQuery Learning Center</a></li>
86-
<li><a href="http://blog.jquery.com">jQuery Blog</a></li>
87-
<li><a href="http://contribute.jquery.com">Contribute to jQuery</a></li>
88-
<li><a href="http://jquery.org">About the jQuery Foundation</a></li>
84+
<li><a href="https://api.jquery.com">jQuery Core API Documentation</a></li>
85+
<li><a href="https://learn.jquery.com">jQuery Learning Center</a></li>
86+
<li><a href="https://blog.jquery.com">jQuery Blog</a></li>
87+
<li><a href="https://contribute.jquery.com">Contribute to jQuery</a></li>
88+
<li><a href="https://jquery.org">About the jQuery Foundation</a></li>
8989
<li><a href="https://github.com/jquery/jquery/issues">Browse or Submit jQuery Bugs</a></li>
9090
<li class="try-jquery"><a href="http://try.jquery.com">Try jQuery</a></li>
9191
</ul>

pages/meetups.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Meetups are a great way to meet other community members, expand your knowledge,
66
socialize, and show off what you've been working on.
77

88
Thousands of developers get together every month all over the world to share
9-
their knowledge. Check out meetup.com to find a [jQuery](http://jquery.meetup.com/)
10-
or [JavaScript](http://javascript.meetup.com/) meetup near you. Can't find a
11-
meetup near you? Consider [creating your own meetup](http://www.meetup.com/create/)!
9+
their knowledge. Check out meetup.com to find a [jQuery](https://jquery.meetup.com/)
10+
or [JavaScript](https://javascript.meetup.com/) meetup near you. Can't find a
11+
meetup near you? Consider [creating your own meetup](https://www.meetup.com/create/)!
1212

1313
Looking for larger events? We have plenty of
14-
[trainings and conferences](http://events.jquery.org/) all over the world too!
14+
[trainings and conferences](https://events.jquery.org/) all over the world too!

pages/upgrade-guide/1.9.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Overview
77

8-
jQuery 1.9 removes or modifies several APIs that behaved inconsistently or inefficiently in the past. The majority of these changes have been foreshadowed by their [deprecation](http://api.jquery.com/category/deprecated/) in previous versions of jQuery, particularly 1.7 and 1.8.
8+
jQuery 1.9 removes or modifies several APIs that behaved inconsistently or inefficiently in the past. The majority of these changes have been foreshadowed by their [deprecation](https://api.jquery.com/category/deprecated/) in previous versions of jQuery, particularly 1.7 and 1.8.
99

1010
In making these changes, the team's goal was to fix behavior that makes jQuery inconsistent or hard to use, and in the process improve both file size and overall performance.
1111

@@ -25,23 +25,23 @@ For more information see the [jQuery Migrate plugin](https://github.com/jquery/j
2525

2626
## Changes of Note in jQuery 1.9
2727

28-
The list below does not represent all changes made for jQuery 1.9, just the changes that we anticipate may affect behavior in a way that could break existing code. For a complete and detailed list of changes, see the changelogs in the release announcements on the [jQuery blog](http://blog.jquery.com) or visit [bugs.jquery.com](http://bugs.jquery.com).
28+
The list below does not represent all changes made for jQuery 1.9, just the changes that we anticipate may affect behavior in a way that could break existing code. For a complete and detailed list of changes, see the changelogs in the release announcements on the [jQuery blog](https://blog.jquery.com) or visit [bugs.jquery.com](https://bugs.jquery.com).
2929

3030
### .toggle(function, function, ... ) removed
3131

3232
This is the "click an element to run the specified functions" signature of `.toggle()`. It should not be confused with the "change the visibility of an element" of `.toggle()` which is not deprecated. The former is being removed to reduce confusion and improve the potential for modularity in the library. The jQuery Migrate plugin can be used to restore the functionality.
3333

3434
### jQuery.browser() removed
3535

36-
The `jQuery.browser()` method has been deprecated since jQuery 1.3 and is removed in 1.9. If needed, it is available as part of the jQuery Migrate plugin. We recommend using feature detection with a library such as [Modernizr](http://modernizr.com).
36+
The `jQuery.browser()` method has been deprecated since jQuery 1.3 and is removed in 1.9. If needed, it is available as part of the jQuery Migrate plugin. We recommend using feature detection with a library such as [Modernizr](https://modernizr.com).
3737

3838
### .live() removed
3939

40-
The `.live()` method has been deprecated since jQuery 1.7 and has been removed in 1.9. We recommend upgrading code to use the `.on()` method instead. To exactly match `$("a.foo").live("click", fn)`, for example, you can write `$(document).on("click", "a.foo", fn)`. For more information, see the [.on() documentation](http://api.jquery.com/on/). In the meantime, the jQuery Migrate plugin can be used to restore the `.live()` functionality.
40+
The `.live()` method has been deprecated since jQuery 1.7 and has been removed in 1.9. We recommend upgrading code to use the `.on()` method instead. To exactly match `$("a.foo").live("click", fn)`, for example, you can write `$(document).on("click", "a.foo", fn)`. For more information, see the [.on() documentation](https://api.jquery.com/on/). In the meantime, the jQuery Migrate plugin can be used to restore the `.live()` functionality.
4141

4242
### .die() removed
4343

44-
The `.die()` method has been deprecated since jQuery 1.7 and has been removed in 1.9. We recommend upgrading code to use the `.off()` method instead. To exactly match `$("a.foo").die("click")`, for example, you can write `$(document).off("click", "a.foo")`. For more information, see the [.off() documentation](http://api.jquery.com/off/). In the meantime, the jQuery Migrate plugin can be used to restore the `.die()` functionality.
44+
The `.die()` method has been deprecated since jQuery 1.7 and has been removed in 1.9. We recommend upgrading code to use the `.off()` method instead. To exactly match `$("a.foo").die("click")`, for example, you can write `$(document).off("click", "a.foo")`. For more information, see the [.off() documentation](https://api.jquery.com/off/). In the meantime, the jQuery Migrate plugin can be used to restore the `.die()` functionality.
4545

4646
### jQuery.sub() removed
4747

0 commit comments

Comments
 (0)