Skip to content

Commit cc4859f

Browse files
committed
DOCSP-3769: Remove additional references to sunsetted drivers page
1 parent 692e5be commit cc4859f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/tutorial/iterate-a-cursor.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ example:
7272
myCursor.forEach(printjson);
7373

7474
See :ref:`JavaScript cursor methods <js-query-cursor-methods>` and your
75-
:doc:`driver </applications/drivers>` documentation for more
75+
:ecosystem:`driver </drivers>` documentation for more
7676
information on cursor methods.
7777

7878
.. include:: /includes/footnote-set-shell-batch-size.rst
@@ -94,7 +94,7 @@ The :method:`~cursor.toArray()` method loads into RAM all
9494
documents returned by the cursor; the :method:`~cursor.toArray()`
9595
method exhausts the cursor.
9696

97-
Additionally, some :doc:`drivers </applications/drivers>` provide
97+
Additionally, some :ecosystem:`drivers </drivers>` provide
9898
access to the documents by using an index on the cursor (i.e.
9999
``cursor[index]``). This is a shortcut for first calling the
100100
:method:`~cursor.toArray()` method and then using an index
@@ -133,7 +133,7 @@ the :method:`cursor.noCursorTimeout()` method:
133133
After setting the ``noCursorTimeout`` option, you must either close the cursor
134134
manually with :method:`cursor.close()` or by exhausting the cursor's results.
135135

136-
See your :doc:`driver </applications/drivers>` documentation for
136+
See your :ecosystem:`driver </drivers>` documentation for
137137
information on setting the ``noCursorTimeout`` option.
138138

139139
.. _cursor-isolation:

0 commit comments

Comments
 (0)