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.
302
302
- :manual:`$filter </reference/operator/aggregation/filter/>`
303
303
304
304
* - `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/>`
306
306
307
307
* - `joinStrings() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#joinStrings(java.util.function.Function)>`__
308
308
- :manual:`$concat </reference/operator/aggregation/concat/>`
309
309
310
310
* - `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/>`
312
312
313
313
* - `map() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#map(java.util.function.Function)>`__
314
314
- :manual:`$map </reference/operator/aggregation/map/>`
@@ -1117,4 +1117,4 @@ the Query API:
1117
1117
then: "$rating",
1118
1118
else: 1
1119
1119
} }
1120
- } } ]
1120
+ } } ]
You can’t perform that action at this time.
0 commit comments