aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-04-25 00:22:36 +0200
committerGitHub <noreply@github.com>2024-04-25 00:22:36 +0200
commit7cdd8374234b77a3c70dd511a1b06066afb146bb (patch)
tree7b7572e3c43bce39d71cc6b70cafaba53a2e3034
parent556eaf4a193287c306d163635cbb5f5c95a22a84 (diff)
downloadjquery-7cdd8374234b77a3c70dd511a1b06066afb146bb.tar.gz
jquery-7cdd8374234b77a3c70dd511a1b06066afb146bb.zip
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
-rw-r--r--README.md2
-rw-r--r--build/fixtures/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7a3e0fa62..36d6fb15c 100644
--- a/README.md
+++ b/README.md
@@ -211,7 +211,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:
-- 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/)
- Linux: [Setting up LAMP](https://www.linux.com/training-tutorials/easy-lamp-server-installation/)
- [Mongoose (most platforms)](https://code.google.com/p/mongoose/)
diff --git a/build/fixtures/README.md b/build/fixtures/README.md
index 2511a51c3..25baaaac3 100644
--- a/build/fixtures/README.md
+++ b/build/fixtures/README.md
@@ -98,7 +98,7 @@ You can also use jQuery from npm even in the browser setup. Read along for more
### Using jQuery from npm
-There are several ways to use jQuery from npm. One is to use a build tool like [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.
+There are several ways to use jQuery from npm. One is to use a build tool like [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.
Another way is to use jQuery directly in Node.js. See the [Node.js pre-requisites](#nodejs-pre-requisites) section for more details on the Node.js-specific part of this.