aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-05-12 01:22:46 +0200
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-05-15 00:38:40 +0200
commitfb19b03dc6438f35b37f0a26e521f605691be728 (patch)
tree1d58051d2a5bff7d0b722a44527f4ec8bafc5ea5
parent448df32bb1fd468fc367fe82555b484a1405d554 (diff)
downloadjquery-ui-fb19b03dc6438f35b37f0a26e521f605691be728.tar.gz
jquery-ui-fb19b03dc6438f35b37f0a26e521f605691be728.zip
Docs: Fix the link to Mongoose
Ref gh-2249
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b10ab6b86..6d6a7e814 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -72,7 +72,7 @@ The tests require a local web server and the samples contain some PHP, so a PHP
* Windows: [WAMP download](https://www.wampserver.com/en/)
* Mac: [MAMP download](https://www.mamp.info/en/mac/)
* Linux: [Setting up LAMP](https://www.linux.com/learn/tutorials/288158-easy-lamp-server-installation)
- * [Mongoose (most platforms)](https://code.google.com/archive/p/mongoose/)
+ * [Mongoose (most platforms)](https://mongoose.ws/)
* [http-server](https://www.npmjs.com/package/http-server)
### Running the Tests