From 91a8bb722d7493475af6b6e4b216a2dd7495dfe7 Mon Sep 17 00:00:00 2001 From: JessterB <89862046+JessterB@users.noreply.github.com> Date: Wed, 27 Nov 2024 11:40:15 -0800 Subject: [PATCH] Update mongoDB install URLs in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ac18756..e4c67d16 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ The next sections focus on setting up a mongo database loaded with Agora's data. You will need to create a MongoDB database and name it `agora`. -- [Using the MongoDB Shell](https://www.mongodb.com/basics/create-database#option-2) -- [Using MongoDB Compass](https://www.mongodb.com/basics/create-database#option-3) +- [Using the MongoDB Shell](https://www.mongodb.com/resources/products/fundamentals/create-database#using-the-mongodb-shell) +- [Using MongoDB Compass](https://www.mongodb.com/resources/products/fundamentals/create-database#using-the-mongodb-compass) - [Using Studio3T](https://studio3t.com/knowledge-base/articles/common-mongodb-commands/#1-mongodb-create-database) Note: You can use the following scripts to start the database: