Skip to content

Commit 6c63bd6

Browse files
committed
build fixes
1 parent 01c89a6 commit 6c63bd6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/aggregation.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Aggregation Operations
2222
:maxdepth: 1
2323

2424
Pipeline Stages </aggregation/stages>
25+
LINQ </aggregation/linq>
2526

2627
Overview
2728
--------

source/aggregation/linq.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The {+driver-short+} automatically translates LINQ queries into
3636
The examples in this guide use the ``restaurants`` collection
3737
in the ``sample_restaurants`` database provided in the :atlas:`Atlas sample datasets </sample-data>`.
3838
To 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

4141
The following ``Restaurant``, ``Address`` and ``GradeEntry`` classes model the
4242
documents in this collection:
@@ -1025,7 +1025,7 @@ aggregation stages:
10251025
- ``$out``
10261026

10271027
To 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

10301030
Supported Methods
10311031
-----------------

source/aggregation/stages.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.. _csharp-aggregation-stages:
22
.. _csharp-builders-aggregation:
3-
.. _csharp-linq:
43

54
===========================
65
Aggregation Pipeline Stages

0 commit comments

Comments
 (0)