Skip to content

Commit 5d5872b

Browse files
committed
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 jquerygh-5479 (cherry picked from commit 7cdd837)
1 parent 834b5bc commit 5d5872b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ npm start
181181

182182
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:
183183

184-
- Windows: [WAMP download](http://www.wampserver.com/en/)
184+
- Windows: [WAMP download](https://www.wampserver.com/en/)
185185
- Mac: [MAMP download](https://www.mamp.info/en/downloads/)
186186
- Linux: [Setting up LAMP](https://www.linux.com/training-tutorials/easy-lamp-server-installation/)
187187
- [Mongoose (most platforms)](https://code.google.com/p/mongoose/)

build/fixtures/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Below are some of the most common ways to include jQuery.
2121

2222
#### Webpack / Browserify / Babel
2323

24-
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:
24+
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:
2525

2626
```js
2727
import $ from "jquery";

0 commit comments

Comments
 (0)