From d44081c8c990eb0add63eef8c99db49f7ed354fc Mon Sep 17 00:00:00 2001 From: Alessandro Zanardi Date: Mon, 20 Sep 2021 17:16:00 +0200 Subject: [PATCH] docs: update driver documentation link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebcde5d2337..e87fb494f61 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The official [MongoDB](https://www.mongodb.com/) driver for Node.js. | what | where | | ------------- | ------------------------------------------------------------------------------------------------------ | -| documentation | [docs.mongodb.com/drivers/node](https://docs.mongodb.com/drivers/node) | +| documentation | [docs.mongodb.com/drivers/node/current/](https://docs.mongodb.com/drivers/node/current/) | | api-doc | [mongodb.github.io/node-mongodb-native/4.1/](https://mongodb.github.io/node-mongodb-native/4.1/) | | npm package | [www.npmjs.com/package/mongodb](https://www.npmjs.com/package/mongodb) | | source | [github.com/mongodb/node-mongodb-native](https://github.com/mongodb/node-mongodb-native) |