Skip to content

Commit 6943c81

Browse files
author
Chris Cho
authored
DOCSP-33931: fix agg operator links (#137)
* DOCSP-33931: fix broken links to server manual docs (cherry picked from commit 8c0a34aa8f542b50ce515ea177c2adb909dad0ac)
1 parent e727a69 commit 6943c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/fundamentals/aggregation-expression-operations.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
} } ]

0 commit comments

Comments
 (0)