From fb19b03dc6438f35b37f0a26e521f605691be728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Sun, 12 May 2024 01:22:46 +0200 Subject: [PATCH] Docs: Fix the link to Mongoose Ref gh-2249 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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