Skip to content

Commit 65f0949

Browse files
authored
Fix 4.10 build errors (#873)
* Fix 4.10 build errors * spacing
1 parent 4e07a4e commit 65f0949

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

source/aggregation-tutorials.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ pipeline in each tutorial.
6969
.. tip::
7070

7171
To learn how to install the driver and connect to MongoDB,
72-
see the :ref:`node-quick-start-download-and-install` and
73-
:ref:`node-quick-start-create-deployment` steps of the
72+
see the :ref:`node-quickstart-install-node` and
73+
:ref:`node-quickstart-connect-cluster` steps of the
7474
Quick Start guide.
7575

7676
Once you install the driver, create a file called
@@ -95,7 +95,7 @@ your deployment's connection string.
9595
.. tip::
9696

9797
To learn how to locate your deployment's connection string, see the
98-
:ref:`node-quick-start-connection-string` step of the Quick Start guide.
98+
:ref:`node-quickstart-connect-cluster` step of the Quick Start guide.
9999

100100
For example, if your connection string is
101101
``"mongodb+srv://mongodb-example:27017"``, your connection string assignment resembles

source/fundamentals/crud/read-operations/retrieve.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,5 @@ your browser window without installing MongoDB or a code editor.
222222
button, :guilabel:`⛶`, in the lower-right corner of the lab pane.
223223

224224
.. instruqt:: /mongodb-docs/tracks/find-node?token=em_OVNHWCPNPMLwNOCm
225+
:title: find() Lesson
226+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,4 @@ your browser window without installing MongoDB or a code editor.
238238
button, :guilabel:`⛶`, in the lower-right corner of the lab pane.
239239

240240
.. instruqt:: /mongodb-docs/tracks/insert-node?token=em_S6rjcmIzxGB4Sz_y
241+
:title: insertOne() Lesson

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,5 @@ your browser window without installing MongoDB or a code editor.
226226
To expand the lab to a full-screen format, click the full-screen
227227
button, :guilabel:`⛶`, in the lower-right corner of the lab pane.
228228

229-
.. instruqt:: /mongodb-docs/tracks/update-node?token=em_FEr9KfMh4WQ0VosU
229+
.. instruqt:: /mongodb-docs/tracks/update-node?token=em_FEr9KfMh4WQ0VosU
230+
:title: updateMany() Lesson

0 commit comments

Comments
 (0)