Skip to content

Commit

Permalink
docs: correct link
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 9, 2022
1 parent 2e2c373 commit ae3d86f
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()`](https://mongodb.github.io/node-mongodb-native/4.2/classes/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 ae3d86f

Please sign in to comment.