We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c14c169 + 539f8f3 commit 12fdd0aCopy full SHA for 12fdd0a
docs/tutorials/lean.md
@@ -1,6 +1,6 @@
1
# Faster Mongoose Queries With Lean
2
3
-The [lean option](../query.html#query_Query-lean) tells Mongoose to skip
+The [lean option](../api/query.html#query_Query-lean) tells Mongoose to skip
4
[hydrating](../model.html#model_Model-hydrate) the result documents. This
5
makes queries faster and less memory intensive, but the result documents are
6
plain old JavaScript objects (POJOs), **not** [Mongoose documents](../documents.html).
0 commit comments