@@ -61,7 +61,7 @@ corresponding code.
6161
6262 For a fully runnable example of using the ``Find()`` method to asynchronously
6363 find multiple documents, see
64- `Asynchronous Find Multiple Example <{+example+}/FindManyAsync.cs>`__.
64+ `Asynchronous Find Multiple Example <{+example+}/find-many/ FindManyAsync.cs>`__.
6565
6666 .. tab:: Synchronous
6767 :tabid: builders-sync
@@ -75,7 +75,7 @@ corresponding code.
7575
7676 For a fully runnable example of using the ``Find()`` method to synchronously
7777 find multiple documents, see
78- `Synchronous Find Multiple Example <{+example+}/FindMany.cs>`__.
78+ `Synchronous Find Multiple Example <{+example+}/find-many/ FindMany.cs>`__.
7979
8080Find Documents Using LINQ
8181~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -100,7 +100,7 @@ corresponding code.
100100
101101 For a fully runnable example of using the ``Find()`` method to asynchronously
102102 find multiple documents, see
103- `Asynchronous Find Multiple Example <{+example+}/FindManyAsync.cs>`__.
103+ `Asynchronous Find Multiple Example <{+example+}/find-many/ FindManyAsync.cs>`__.
104104
105105 .. tab:: Synchronous
106106 :tabid: linq-sync
@@ -114,7 +114,7 @@ corresponding code.
114114
115115 For a fully runnable example of using the ``Find()`` method to synchronously
116116 find multiple documents, see
117- `Synchronous Find Multiple Example <{+example+}/FindMany.cs>`__.
117+ `Synchronous Find Multiple Example <{+example+}/find-many/ FindMany.cs>`__.
118118
119119.. _csharp_find_all:
120120
@@ -140,7 +140,7 @@ corresponding code.
140140
141141 For a fully runnable example of using the ``Find()`` method to asynchronously
142142 find multiple documents, see
143- `Asynchronous Find Multiple Example <{+example+}/FindManyAsync.cs>`__.
143+ `Asynchronous Find Multiple Example <{+example+}/find-many/ FindManyAsync.cs>`__.
144144
145145 .. tab:: Synchronous
146146 :tabid: find-all-sync
@@ -154,7 +154,7 @@ corresponding code.
154154
155155 For a fully runnable example of using the ``Find()`` method to synchronously
156156 find multiple documents, see
157- `Synchronous Find Multiple Example <{+example+}/FindMany.cs>`__.
157+ `Synchronous Find Multiple Example <{+example+}/find-many/ FindMany.cs>`__.
158158
159159Expected Result
160160~~~~~~~~~~~~~~~
0 commit comments