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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy