Skip to content

Commit b3d5494

Browse files
committed
build fixes
1 parent 84a3a8a commit b3d5494

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/fundamentals/crud/write-operations.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Write Operations
1313
/fundamentals/crud/write-operations/insert
1414
/fundamentals/crud/write-operations/modify
1515
/fundamentals/crud/write-operations/delete
16+
/fundamentals/crud/write-operations/bulk-write
1617

18+
- :ref:`csharp-insert-guide`
1719
- :ref:`csharp-change-guide`
1820
- :ref:`csharp-delete-guide`
19-
- :ref:`csharp-insert-guide`
21+
- :ref:`csharp-bulk-write`

source/fundamentals/crud/write-operations/bulk-write.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Sample Data
3232
The examples in this guide use the ``sample_restaurants.restaurants`` collection
3333
from the :atlas:`Atlas sample datasets </sample-data>`. To learn how to create a
3434
free MongoDB Atlas cluster and load the sample datasets, see the
35-
:ref:`<csharp-get-started>` tutorial.
35+
:ref:`<csharp-quickstart>` tutorial.
3636

3737
Define the Write Operations
3838
---------------------------
@@ -71,7 +71,6 @@ The ``BulkWriteInsertOneModel<TDocument>`` constructor accepts the following par
7171
.. list-table::
7272
:header-rows: 1
7373
:stub-columns: 1
74-
:widths: 10 10 20 (Optional)
7574

7675
* - Parameter
7776
- Description

0 commit comments

Comments
 (0)