Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73415da

Browse files
Docs: Use https for hyperlinks in README
Closesgh-4673
1 parent7fb90a6 commit73415da

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)

[8]ページ先頭

©2009-2025 Movatter.jp