Skip to content

Commit c45b18f

Browse files
authored
fix to anchor in insert pg
1 parent 32d8998 commit c45b18f

File tree

1 file changed

+2
-2
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ to insert them. You can insert documents by using the following methods:
3232

3333
This guide includes the following sections:
3434

35-
- :ref:`The _id Field <rust-retrieve-find>` describes the ``_id`` field
35+
- :ref:`The _id Field <rust-id-field>` describes the ``_id`` field
3636
that each document contains
3737

3838
- :ref:`Insert a Document <rust-insert-one>` describes how to use the
@@ -345,4 +345,4 @@ guide, see the following API documentation:
345345
- `InsertManyResult <{+api+}/results/struct.InsertManyResult.html>`__
346346
- `InsertManyOptions <{+api+}/options/struct.InsertManyOptions.html>`__
347347
- `BulkWriteError <{+api+}/error/struct.BulkWriteError.html>`__
348-
- `BulkWriteFailure <{+api+}/error/struct.BulkWriteFailure.html>`__
348+
- `BulkWriteFailure <{+api+}/error/struct.BulkWriteFailure.html>`__

0 commit comments

Comments
 (0)