Skip to content

Commit

Permalink
Merge pull request #11214 from wesbos/patch-1
Browse files Browse the repository at this point in the history
Fix Node.js Driver compat link
  • Loading branch information
vkarpov15 authored Jan 15, 2022
2 parents e14a4e6 + 8b9fc80 commit 0bc5489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/compatibility.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MongoDB Server Version Compatibility

Mongoose relies on the [MongoDB Node.js Driver](http://mongodb.github.io/node-mongodb-native/) to talk to MongoDB.
You can refer to [this table](https://docs.mongodb.com/ecosystem/drivers/driver-compatibility-reference/#node-js-driver-compatibility) for up-to-date information as to which version of the MongoDB driver supports which version of MongoDB.
You can refer to [this table](https://docs.mongodb.com/drivers/node/current/compatibility/) for up-to-date information as to which version of the MongoDB driver supports which version of MongoDB.

Below are the [semver](http://semver.org/) ranges representing which versions of mongoose are compatible with the listed versions of MongoDB server.

Expand All @@ -16,4 +16,4 @@ Below are the [semver](http://semver.org/) ranges representing which versions of
* MongoDB Server 4.4.x: mongoose `^5.10.0`
* MongoDB Server 5.x: mongoose `^6.0.0`

Note that Mongoose 5.x dropped support for all versions of MongoDB before 3.0.0. If you need to use MongoDB 2.6 or older, use Mongoose 4.x.
Note that Mongoose 5.x dropped support for all versions of MongoDB before 3.0.0. If you need to use MongoDB 2.6 or older, use Mongoose 4.x.

0 comments on commit 0bc5489

Please sign in to comment.