Skip to content

Commit f13400c

Browse files
committed
fix
1 parent b386c7e commit f13400c

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

source/connect/connection-options.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,23 +268,28 @@ deployments, see the :ref:`kotlin-sync-connection-targets` guide.
268268
| **Connection URI**: ``directConnection=true``
269269

270270
* - **readPreference**
271-
- | Specifies the client's read preference. For more information, see :manual:`</core/read-preference/>`.
271+
- | Specifies the client's read preference. For more information,
272+
see :manual:`Read Preference </core/read-preference/>` in the
273+
Server manual.
272274
|
273275
| **Data Type**: string
274276
| **Default**: ``primary``
275277
| **MongoClientSettings**: ``readPreference(ReadPreference.primary())``
276278
| **Connection URI**: ``readPreference=primary``
277279

278280
* - **readConcern**
279-
- | Specifies the client's read concern. For more information, see :manual:`</reference/read-concern/>`.
281+
- | Specifies the client's read concern. For more information, see
282+
:manual:`Read Concern </reference/read-concern/>` in the Server
283+
manual.
280284
|
281285
| **Data Type**: string
282286
| **MongoClientSettings**: ``readConcern(ReadConcern.MAJORITY)``
283287
| **Connection URI**: ``readConcern=majority``
284288

285289
* - **writeConcern**
286290
- | Specifies the client's write concern. For more information, see
287-
:manual:`</reference/write-concern/>`.
291+
:manual:`Write Concern </reference/write-concern/>` in the
292+
Server manual.
288293
|
289294
| **Data Type**: string
290295
| **MongoClientSettings**: ``writeConcern(WriteConcern.MAJORITY)``

0 commit comments

Comments
 (0)