You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build/fixtures/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
>jQuery is a fast, small, and feature-rich JavaScript library.
4
4
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/).
6
6
For source files and issues, please visit the[jQuery repo](https://github.com/jquery/jquery).
7
7
8
8
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.
21
21
22
22
####Babel
23
23
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.
25
25
26
26
```js
27
27
import $from"jquery";
@@ -37,7 +37,7 @@ var $ = require( "jquery" );
37
37
38
38
####AMD (Asynchronous Module Definition)
39
39
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).