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