File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Aggregation Operations
2222 :maxdepth: 1
2323
2424 Pipeline Stages </aggregation/stages>
25+ LINQ </aggregation/linq>
2526
2627Overview
2728--------
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The {+driver-short+} automatically translates LINQ queries into
3636The examples in this guide use the ``restaurants`` collection
3737in the ``sample_restaurants`` database provided in the :atlas:`Atlas sample datasets </sample-data>`.
3838To learn how to create a free MongoDB Atlas cluster and load the sample datasets,
39- see the :ref:`<csharp-quickstart >`.
39+ see :ref:`<csharp-get-started >`.
4040
4141The following ``Restaurant``, ``Address`` and ``GradeEntry`` classes model the
4242documents in this collection:
@@ -1025,7 +1025,7 @@ aggregation stages:
10251025- ``$out``
10261026
10271027To learn how to create an aggregation pipeline with the ``$out`` stage by using Builders, see
1028- the :ref:`<csharp-builders-out>` section .
1028+ :ref:`<csharp-aggregation-stages>` .
10291029
10301030Supported Methods
10311031-----------------
Original file line number Diff line number Diff line change 11.. _csharp-aggregation-stages:
22.. _csharp-builders-aggregation:
3- .. _csharp-linq:
43
54===========================
65Aggregation Pipeline Stages
You can’t perform that action at this time.
0 commit comments