We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Mongoose (connection options documentation references)[https://mongoosejs.com/docs/connections.html#options] a link to the MongoDB Node 2.2 native driver documentation[2]. Should this not point to https://mongodb.github.io/node-mongodb-native/4.2/classes/MongoClient.html#connect.
I think an additional link pointing to https://mongodb.github.io/node-mongodb-native/4.2/interfaces/MongoClientOptions.html may be required.
I created a PR making the change.
[1] https://mongoosejs.com/docs/connections.html#options [2] http://mongodb.github.io/node-mongodb-native/2.2/api/MongoClient.html#connect
The text was updated successfully, but these errors were encountered:
@vkarpov15 This issue can be closed as the underlying PR is merged
Sorry, something went wrong.
No branches or pull requests
The Mongoose (connection options documentation references)[https://mongoosejs.com/docs/connections.html#options] a link to the MongoDB Node 2.2 native driver documentation[2]. Should this not point to https://mongodb.github.io/node-mongodb-native/4.2/classes/MongoClient.html#connect.
I think an additional link pointing to https://mongodb.github.io/node-mongodb-native/4.2/interfaces/MongoClientOptions.html may be required.
I created a PR making the change.
[1] https://mongoosejs.com/docs/connections.html#options
[2] http://mongodb.github.io/node-mongodb-native/2.2/api/MongoClient.html#connect
The text was updated successfully, but these errors were encountered: