Skip to content

Commit

Permalink
DOCSP-33300: Fix aggregation operator links to the manual (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cho authored Sep 26, 2023
1 parent 3d0675c commit a3e5a70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/fundamentals/aggregation-expression-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,13 @@ using the methods described in this section.
- :manual:`$filter </reference/operator/aggregation/filter/>`

* - `first() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#first()>`__
- :manual:`$first </reference/operator/aggregation/first/#array-operator/>`
- :manual:`$first </reference/operator/aggregation/first/>`

* - `joinStrings() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#joinStrings(java.util.function.Function)>`__
- :manual:`$concat </reference/operator/aggregation/concat/>`

* - `last() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#last()>`__
- :manual:`$last </reference/operator/aggregation/last/#array-operator/>`
- :manual:`$last </reference/operator/aggregation/last/>`

* - `map() <{+api+}/apidocs/mongodb-driver-core/com/mongodb/client/model/mql/MqlArray.html#map(java.util.function.Function)>`__
- :manual:`$map </reference/operator/aggregation/map/>`
Expand Down

0 comments on commit a3e5a70

Please sign in to comment.