From edefb2d34ce3b696283ccf0c6104956da51771ae Mon Sep 17 00:00:00 2001 From: Ethan Arrowood Date: Fri, 8 Dec 2017 15:20:50 -0500 Subject: [PATCH] docs(contribuing): Update links to MongoDB Community Edition Change link to documentation instructions on how to download the community edition. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92038bad43..89036a04bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Working on your first Pull Request? You can learn how from this *free* series [H | Prerequisite | Version | | ------------------------------------------- | ------- | -| [MongoDB](http://www.mongodb.org/downloads) | `~ ^3` | +| [MongoDB Community Server](https://docs.mongodb.com/manual/administration/install-community/) | `~ ^3` | | [MailHog](https://github.com/mailhog/MailHog) | `~ ^1` | | [Node.js](http://nodejs.org) | `~ ^8` | | npm (comes with Node) | `~ ^5` |