Skip to content

Commit

Permalink
real paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gmiller-mdb committed Dec 19, 2024
1 parent 292d517 commit ddfe55f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source/fundamentals/crud/write-operations/bulk.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Sample data
The examples in this guide use the following sample documents, which are stored
in the ``movies`` collection in the ``sample_mflix`` database:

.. literalinclude:: /includes/fundamentals/code-snippets/crud/bulk.js
.. literalinclude:: /source/code-snippets/crud/bulk.js
:language: node.js
:dedent:
:start-after: begin-sample-data
Expand Down Expand Up @@ -105,7 +105,7 @@ This example performs the following actions:

.. io-code-block::

.. input:: /includes/fundamentals/code-snippets/crud/bulk.js
.. input:: /source/code-snippets/crud/bulk.js
:start-after: begin-insert
:end-before: end-insert
:language: node.js
Expand Down Expand Up @@ -171,7 +171,7 @@ This example performs the following actions:

.. io-code-block::

.. input:: /includes/fundamentals/code-snippets/crud/bulk.js
.. input:: /source/code-snippets/crud/bulk.js
:start-after: begin-replace
:end-before: end-replace
:language: node.js
Expand Down Expand Up @@ -247,7 +247,7 @@ This example performs the following actions:

.. io-code-block::

.. input:: /includes/fundamentals/code-snippets/crud/bulk.js
.. input:: /source/code-snippets/crud/bulk.js
:start-after: begin-update
:end-before: end-update
:language: node.js
Expand Down Expand Up @@ -309,7 +309,7 @@ This example performs the following actions:

.. io-code-block::

.. input:: /includes/fundamentals/code-snippets/crud/bulk.rs
.. input:: /source/code-snippets/crud/bulk.js
:start-after: begin-delete
:end-before: end-delete
:language: node.js
Expand Down

0 comments on commit ddfe55f

Please sign in to comment.