Skip to content

Commit

Permalink
docs: correct link
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 authored Jan 17, 2023
1 parent dc136ab commit 539f8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/lean.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Faster Mongoose Queries With Lean

The [lean option](../api.html#query_Query-lean) tells Mongoose to skip
The [lean option](../api/query.html#query_Query-lean) tells Mongoose to skip
[hydrating](../model.html#model_Model-hydrate) the result documents. This
makes queries faster and less memory intensive, but the result documents are
plain old JavaScript objects (POJOs), **not** [Mongoose documents](../documents.html).
Expand Down

0 comments on commit 539f8f3

Please sign in to comment.