You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Core Server (i.e. SERVER) project are **public**.
31
31
32
32
### Support / Feedback
33
33
34
-
For issues with, questions about, or feedback for the Node.js driver, please look into our [support channels](https://docs.mongodb.com/manual/support). Please do not email any of the driver developers directly with issues or questions - you're more likely to get an answer on the [MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/node-js-driver).
34
+
For issues with, questions about, or feedback for the Node.js driver, please look into our [support channels](https://www.mongodb.com/docs/manual/support). Please do not email any of the driver developers directly with issues or questions - you're more likely to get an answer on the [MongoDB Community Forums](https://community.mongodb.com/tags/c/drivers-odms-connectors/7/node-js-driver).
35
35
36
36
### Change Log
37
37
@@ -41,8 +41,8 @@ Change history can be found in [`HISTORY.md`](https://github.com/mongodb/node-mo
41
41
42
42
For version compatibility matrices, please refer to the following links:
This guide will show you how to set up a simple application using Node.js and MongoDB. Its scope is only how to set up the driver and perform the simple CRUD operations. For more in-depth coverage, see the [official documentation](https://docs.mongodb.com/drivers/node/).
94
+
This guide will show you how to set up a simple application using Node.js and MongoDB. Its scope is only how to set up the driver and perform the simple CRUD operations. For more in-depth coverage, see the [official documentation](https://www.mongodb.com/docs/drivers/node/).
95
95
96
96
### Create the `package.json` file
97
97
@@ -116,7 +116,7 @@ npm install mongodb
116
116
117
117
### Start a MongoDB Server
118
118
119
-
For complete MongoDB installation instructions, see [the manual](https://docs.mongodb.org/manual/installation/).
119
+
For complete MongoDB installation instructions, see [the manual](https://www.mongodb.com/docs/manual/installation/).
120
120
121
121
1. Download the right MongoDB version from [MongoDB](https://www.mongodb.org/downloads)
122
122
2. Create a database directory (in this case under **/data**).
<p>Creates multiple indexes in the collection, this method is only supported for<br>MongoDB 2.6 or higher. Earlier version of MongoDB will throw a command not supported<br>error. Index specifications are defined at http://docs.mongodb.org/manual/reference/command/createIndexes/.</p>
4985
+
<p>Creates multiple indexes in the collection, this method is only supported for<br>MongoDB 2.6 or higher. Earlier version of MongoDB will throw a command not supported<br>error. Index specifications are defined at https://www.mongodb.com/docs/manual/reference/command/createIndexes/.</p>
<p>Create a new collection on a server with the specified options. Use this to create capped collections.<br>More information about command options available at https://docs.mongodb.com/manual/reference/command/create/</p>
5439
+
<p>Create a new collection on a server with the specified options. Use this to create capped collections.<br>More information about command options available at https://www.mongodb.com/docs/manual/reference/command/create/</p>
<p>Bug reports in JIRA for the Node.js driver and the Core Server (i.e. SERVER) project are <strong>public</strong>.</p>
2237
2237
2238
2238
<p>If you’ve identified a security vulnerability in a driver or any other
2239
-
MongoDB project, please report it according to the instructions found in the <ahref="http://docs.mongodb.org/manual/tutorial/create-a-vulnerability-report">Create a Vulnerability Report</a>.</p>
2239
+
MongoDB project, please report it according to the instructions found in the <ahref="https://www.mongodb.com/docs/manual/tutorial/create-a-vulnerability-report">Create a Vulnerability Report</a>.</p>
0 commit comments