Skip to content

Commit 1de8346

Browse files
Bernhard M. Wiedemanntimmywil
authored andcommitted
Docs: use https where possible
Close gh-2875
1 parent abb5715 commit 1de8346

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ What you need to build your own jQuery
2323

2424
In order to build jQuery, you need to have the latest Node.js/npm and git 1.7 or later. Earlier versions might work, but are not supported.
2525

26-
For Windows, you have to download and install [git](http://git-scm.com/downloads) and [Node.js](https://nodejs.org/en/download/).
26+
For Windows, you have to download and install [git](https://git-scm.com/downloads) and [Node.js](https://nodejs.org/en/download/).
2727

2828
OS X users should install [Homebrew](http://brew.sh/). Once Homebrew is installed, run `brew install git` to install git,
2929
and `brew install node` to install Node.js.

src/css/curCSS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function curCSS( elem, name, computed ) {
2626
// Android Browser returns percentage for some values,
2727
// but width seems to be reliably pixels.
2828
// This is against the CSSOM draft spec:
29-
// http://dev.w3.org/csswg/cssom/#resolved-values
29+
// https://drafts.csswg.org/cssom/#resolved-values
3030
if ( !support.pixelMarginRight() && rnumnonpx.test( ret ) && rmargin.test( name ) ) {
3131

3232
// Remember the original values

src/event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ jQuery.Event = function( src, props ) {
581581
};
582582

583583
// jQuery.Event is based on DOM3 Events as specified by the ECMAScript Language Binding
584-
// http://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
584+
// https://www.w3.org/TR/2003/WD-DOM-Level-3-Events-20030331/ecma-script-binding.html
585585
jQuery.Event.prototype = {
586586
constructor: jQuery.Event,
587587
isDefaultPrevented: returnFalse,

0 commit comments

Comments
 (0)