mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Docs: Update remaining HTTP URLs to HTTPS
Update a few remaining HTTP URLs to HTTPS. The only ones left are XMLNS-like
URLs or ones to localhost - those need to stay as-is.
Closes gh-5479
(cherry picked from commit 7cdd837423
)
This commit is contained in:
parent
834b5bc6bb
commit
5d5872bd58
@ -181,7 +181,7 @@ npm start
|
|||||||
|
|
||||||
Run the unit tests with a local server that supports PHP. Ensure that you run the site from the root directory, not the "test" directory. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options:
|
Run the unit tests with a local server that supports PHP. Ensure that you run the site from the root directory, not the "test" directory. No database is required. Pre-configured php local servers are available for Windows and Mac. Here are some options:
|
||||||
|
|
||||||
- Windows: [WAMP download](http://www.wampserver.com/en/)
|
- Windows: [WAMP download](https://www.wampserver.com/en/)
|
||||||
- Mac: [MAMP download](https://www.mamp.info/en/downloads/)
|
- Mac: [MAMP download](https://www.mamp.info/en/downloads/)
|
||||||
- Linux: [Setting up LAMP](https://www.linux.com/training-tutorials/easy-lamp-server-installation/)
|
- Linux: [Setting up LAMP](https://www.linux.com/training-tutorials/easy-lamp-server-installation/)
|
||||||
- [Mongoose (most platforms)](https://code.google.com/p/mongoose/)
|
- [Mongoose (most platforms)](https://code.google.com/p/mongoose/)
|
||||||
|
@ -21,7 +21,7 @@ Below are some of the most common ways to include jQuery.
|
|||||||
|
|
||||||
#### Webpack / Browserify / Babel
|
#### Webpack / Browserify / Babel
|
||||||
|
|
||||||
There are several ways to use [Webpack](https://webpack.js.org/), [Browserify](http://browserify.org/) or [Babel](https://babeljs.io/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this:
|
There are several ways to use [Webpack](https://webpack.js.org/), [Browserify](https://browserify.org/) or [Babel](https://babeljs.io/). For more information on using these tools, please refer to the corresponding project's documentation. In the script, including jQuery will usually look like this:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
import $ from "jquery";
|
import $ from "jquery";
|
||||||
|
Loading…
Reference in New Issue
Block a user