Skip to content

Commit bc85fa6

Browse files
committed
DOCSP-50497 Fix API docs links
1 parent b66f653 commit bc85fa6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

source/aggregation.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,6 @@ API Documentation
165165
For more information about the aggregation operations discussed in this guide, see the
166166
following API documentation:
167167

168-
- `Aggregate() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.IMongoCollection-1.Aggregate.html>`__
169-
- `AggregateOptions <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.AggregateOptions.html>`__
170-
- `Group()
171-
<{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineStageDefinitionBuilder.Group.html>`__
172-
- `Match() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.PipelineStageDefinitionBuilder.Match.html>`__
173-
- `Where() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.Where.html>`__
174-
- `GroupBy() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.GroupBy.html>`__
175-
- `Select() <{+new-api-root+}/MongoDB.Driver/MongoDB.Driver.Linq.MongoQueryable.Select.html>`__
168+
- `Collection() <https://mongodb.github.io/node-mongodb-native/api-generated/collection.html?highlight=match#:~:text=(index)%20%C2%BB-,Collection,-()%C2%B6>`__
169+
- `aggregate() <https://mongodb.github.io/node-mongodb-native/api-generated/collection.html?highlight=aggregate#aggregate:~:text=%7D)%0A%20%20%7D)%3B%0A%7D)%3B-,aggregate,-%C2%B6>`__
170+
.. try to find $match and $group api links ..

0 commit comments

Comments
 (0)