Skip to content

Commit

Permalink
Documentation fix: fixed anchor link
Browse files Browse the repository at this point in the history
fixed anchor link in Aggregate() section
  • Loading branch information
gfranco93 committed Nov 1, 2018
1 parent eebfb36 commit 5b1d81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aggregate.js
Expand Up @@ -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:
*
Expand Down

0 comments on commit 5b1d81c

Please sign in to comment.