diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-04-25 00:22:36 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2024-04-25 00:24:08 +0200 |
commit | 5d5872bd58ed671ccebbd05ca67d1963bc8a8f45 (patch) | |
tree | bb04cfc187d05451de3cadae5d18eb21155e7be0 /README.md | |
parent | 834b5bc6bb20fbf2b2442eb1286eab9aae3c50fc (diff) | |
download | jquery-5d5872bd58ed671ccebbd05ca67d1963bc8a8f45.tar.gz jquery-5d5872bd58ed671ccebbd05ca67d1963bc8a8f45.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
(cherry picked from commit 7cdd8374234b77a3c70dd511a1b06066afb146bb)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: -- 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/) |