Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update connections.md #11184

Merged
merged 2 commits into from
Jan 9, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/connections.md
Original file line number Diff line number Diff line change
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 `connect()`](https://mongodb.github.io/node-mongodb-native/4.2/classes/MongoClient.html#connect).
Mongoose passes options to the driver without modification, modulo a few
exceptions that are explained below.

Expand Down