diff --git a/docs/connections.md b/docs/connections.md index a6d452f871a..2e92bddb354 100644 --- a/docs/connections.md +++ b/docs/connections.md @@ -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.