Skip to content

Commit 7c836e2

Browse files
committed
small link fix
1 parent a35899b commit 7c836e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/connect-to-mongo/connection-options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Connection Configuration
145145

146146
* - **socketTimeoutMS** *(deprecated)*
147147
- | This option is deprecated. You can configure this timeout by
148-
| setting the the :ref:`client-level timeout <javars-csot>`
148+
| setting the the :ref:`client-level timeout <java-rs-csot>`
149149
| instead.
150150
|
151151
| Milliseconds a recieve on a socket can take
@@ -215,7 +215,7 @@ Connection Pool Configuration
215215
``maxPoolSize`` connections open, the new operation waits for a
216216
new connection to open. To limit this waiting time, use the
217217
single timeout setting. To learn more, see the
218-
:ref:`javars-csot` guide.
218+
:ref:`java-rs-csot` guide.
219219
|
220220
| **Data Type**: ``Integer``
221221
| **Default**: ``null``
@@ -230,7 +230,7 @@ Connection Pool Configuration
230230

231231
* - **waitQueueTimeoutMS** *(deprecated)*
232232
- | This option is deprecated. You can configure this timeout by
233-
| setting the the :ref:`client-level timeout <javars-csot>`
233+
| setting the the :ref:`client-level timeout <java-rs-csot>`
234234
| instead.
235235
|
236236
| Maximum amount of time to wait in milliseconds before either
@@ -536,7 +536,7 @@ Write Concern Configuration
536536

537537
* - **wtimeoutMS** *(deprecated)*
538538
- | This option is deprecated. You can configure this timeout by
539-
| setting the the :ref:`client-level timeout <javars-csot>`
539+
| setting the the :ref:`client-level timeout <java-rs-csot>`
540540
| instead.
541541
|
542542
| If set, The driver adds ``{ wtimeout : ms }`` to all write commands. If

0 commit comments

Comments
 (0)