Skip to content

Commit 763dd3f

Browse files
vanillajonathanmgol
authored andcommitted
Docs: Use https for hyperlinks in README
Closes gh-4673 (cherry picked from commit 73415da)
1 parent 898784a commit 763dd3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/fixtures/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> jQuery is a fast, small, and feature-rich JavaScript library.
44
5-
For information on how to get started and how to use jQuery, please see [jQuery's documentation](http://api.jquery.com/).
5+
For information on how to get started and how to use jQuery, please see [jQuery's documentation](https://api.jquery.com/).
66
For source files and issues, please visit the [jQuery repo](https://github.com/jquery/jquery).
77

88
If upgrading, please see the [blog post for @VERSION](@BLOG_POST_LINK). This includes notable differences from the previous version and a more readable changelog.
@@ -21,7 +21,7 @@ Below are some of the most common ways to include jQuery.
2121

2222
#### Babel
2323

24-
[Babel](http://babeljs.io/) is a next generation JavaScript compiler. One of the features is the ability to use ES6/ES2015 modules now, even though browsers do not yet support this feature natively.
24+
[Babel](https://babeljs.io/) is a next generation JavaScript compiler. One of the features is the ability to use ES6/ES2015 modules now, even though browsers do not yet support this feature natively.
2525

2626
```js
2727
import $ from "jquery";
@@ -37,7 +37,7 @@ var $ = require( "jquery" );
3737

3838
#### AMD (Asynchronous Module Definition)
3939

40-
AMD is a module format built for the browser. For more information, we recommend [require.js' documentation](http://requirejs.org/docs/whyamd.html).
40+
AMD is a module format built for the browser. For more information, we recommend [require.js' documentation](https://requirejs.org/docs/whyamd.html).
4141

4242
```js
4343
define( [ "jquery" ], function( $ ) {
@@ -47,7 +47,7 @@ define( [ "jquery" ], function( $ ) {
4747

4848
### Node
4949

50-
To include jQuery in [Node](nodejs.org), first install with npm.
50+
To include jQuery in [Node](https://nodejs.org/), first install with npm.
5151

5252
```sh
5353
npm install jquery

0 commit comments

Comments
 (0)