Skip to content

Commit 8afc67a

Browse files
committed
DOCSP-49825: sort 404 (#696)
(cherry picked from commit bb24e3b)
1 parent da7d89f commit 8afc67a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

source/crud/query-documents/find.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Find Documents
1010

1111
.. meta::
1212
:keywords: find, findOne, findMany, get, lookup, code example
13-
:description: Learn about how to retrieve documents in the {+driver-long+}.
13+
:description: Learn about how to retrieve documents in the Java Sync Driver.
1414

1515
.. contents:: On this page
1616
:local:
@@ -196,8 +196,12 @@ Server Manual Entries
196196
~~~~~~~~~~~~~~~~~~~~~
197197

198198
- :manual:`Collections </core/databases-and-collections/#collections>`
199+
199200
- :manual:`Query Documents </tutorial/query-documents>`
201+
200202
- :manual:`Aggregation </aggregation>`
201-
- :manual:`$sort </aggregation/sort>`
202-
- :manual:`$limit </aggregation/limit>`
203-
- :manual:`Aggregation stages </meta/aggregation-quick-reference/#stages>`
203+
204+
- :manual:`$sort </reference/operator/aggregation/sort/>`
205+
- :manual:`$limit </reference/operator/aggregation/limit/>`
206+
207+
- :manual:`Aggregation Stages </reference/operator/aggregation-pipeline/>`

0 commit comments

Comments
 (0)