Skip to content

Commit

Permalink
Merge pull request #11184 from splinter/patch-1
Browse files Browse the repository at this point in the history
Update connections.md
  • Loading branch information
vkarpov15 committed Jan 9, 2022
2 parents dff2d49 + ae3d86f commit 84fa5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connections.md
Expand Up @@ -135,7 +135,7 @@ on to the underlying MongoDB driver.
mongoose.connect(uri, options);
```

A full list of options can be found on the [MongoDB Node.js driver docs for `connect()`](http://mongodb.github.io/node-mongodb-native/2.2/api/MongoClient.html#connect).
A full list of options can be found on the [MongoDB Node.js driver docs for `MongoClientOptions`](https://mongodb.github.io/node-mongodb-native/4.2/interfaces/MongoClientOptions.html).
Mongoose passes options to the driver without modification, modulo a few
exceptions that are explained below.

Expand Down

0 comments on commit 84fa5ae

Please sign in to comment.