From b6cdb744e5c6b2fb8f1770719dcd3995f088763f Mon Sep 17 00:00:00 2001 From: Khairnar Saurabh Ravindra Date: Wed, 5 Jan 2022 11:45:35 +0530 Subject: [PATCH] documentation: fixed broken link --- lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/index.js b/lib/index.js index 39e49243c5a..5b6bfbaaeb6 100644 --- a/lib/index.js +++ b/lib/index.js @@ -904,7 +904,7 @@ Mongoose.prototype.PromiseProvider = PromiseProvider; Mongoose.prototype.Model = Model; /** - * The Mongoose [Document](/api/document.html) constructor. + * The Mongoose [Document](/docs/api.html#Document) constructor. * * @method Document * @api public