Skip to content

Commit 12fdd0a

Browse files
authored
Merge pull request #12910 from manniL/patch-1
docs: fix link to lean api
2 parents c14c169 + 539f8f3 commit 12fdd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/lean.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Faster Mongoose Queries With Lean
22

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

0 commit comments

Comments
 (0)