From 5b1d81cb1851826032c62deafb344f6b28bf3300 Mon Sep 17 00:00:00 2001 From: gfranco93 Date: Thu, 1 Nov 2018 19:02:03 -0300 Subject: [PATCH] Documentation fix: fixed anchor link fixed anchor link in Aggregate() section --- lib/aggregate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aggregate.js b/lib/aggregate.js index 7faea5eeb66..a506cf20cf0 100644 --- a/lib/aggregate.js +++ b/lib/aggregate.js @@ -13,7 +13,7 @@ const readConcern = Query.prototype.readConcern; /** * Aggregate constructor used for building aggregation pipelines. Do not - * instantiate this class directly, use [Model.aggregate()](/docs/api.html#aggregate_aggregate) instead. + * instantiate this class directly, use [Model.aggregate()](/docs/api.html#model_Model.aggregate) instead. * * ####Example: *