File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -302,13 +302,13 @@ using the methods described in this section.
302302 - :manual:`$filter </reference/operator/aggregation/filter/>`
303303
304304 * - `first() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#first()>`__
305- - :manual:`$first </reference/operator/aggregation/first-array-element />`
305+ - :manual:`$first </reference/operator/aggregation/first/>`
306306
307307 * - `joinStrings() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#joinStrings(java.util.function.Function)>`__
308308 - :manual:`$concat </reference/operator/aggregation/concat/>`
309309
310310 * - `last() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#last()>`__
311- - :manual:`$last </reference/operator/aggregation/last-array-element />`
311+ - :manual:`$last </reference/operator/aggregation/last/>`
312312
313313 * - `map() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#map(java.util.function.Function)>`__
314314 - :manual:`$map </reference/operator/aggregation/map/>`
@@ -1117,4 +1117,4 @@ the Query API:
11171117 then: "$rating",
11181118 else: 1
11191119 } }
1120- } } ]
1120+ } } ]
You can’t perform that action at this time.
0 commit comments