File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1534,7 +1534,7 @@ listed driver value:
1534
1534
To use lower values, or to change the parameters in environments like JRuby
1535
1535
that do not expose the required APIs, please adjust the parameters at the
1536
1536
system level as described in the `MongoDB Diagnostics FAQ keepalive section
1537
- <https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection.rst #serverselectiontimeoutms>`_.
1537
+ <https://github.com/mongodb/specifications/blob/master/source/server-selection/server-selection.md #serverselectiontimeoutms>`_.
1538
1538
1539
1539
1540
1540
Connection Pooling
@@ -1791,7 +1791,7 @@ server from the one which received the first read.
1791
1791
1792
1792
The behavior of modern retryable reads is covered in detail by the
1793
1793
`retryable reads specification
1794
- <https://github.com/mongodb/specifications/blob/master/source/retryable-reads/retryable-reads.rst >`_.
1794
+ <https://github.com/mongodb/specifications/blob/master/source/retryable-reads/retryable-reads.md >`_.
1795
1795
1796
1796
Note that the modern retryable reads can only be used with MongoDB 3.6 and
1797
1797
higher servers. When used with MongoDB 3.4 and lower servers, Ruby driver
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ timing options: **local_threshold** and **server_selection_timeout**.
490
490
For more information on the algorithm used to select a server, please
491
491
refer to the `Server Selection documentation, available on GitHub
492
492
<https://github.com/mongodb/specifications/blob/master/source/server-sel
493
- ection/server-selection.rst >`_.
493
+ ection/server-selection.md >`_.
494
494
495
495
Read preference can be set as an option on the client or passed an
496
496
option when a command is run on a database:
@@ -888,7 +888,7 @@ the last provided option wins in case of naming differences:
888
888
When using transactions, write concern is only sent to the server in
889
889
``commit_transaction`` and ``abort_transaction`` operations
890
890
per the `transactions specification
891
- <https://github.com/mongodb/specifications/blob/master/source/transactions/transactions.rst #writeconcern>`_.
891
+ <https://github.com/mongodb/specifications/blob/master/source/transactions/transactions.md #writeconcern>`_.
892
892
Write concern may be set via the ``:write_concern`` option in a
893
893
``with_transaction`` or ``start_transaction`` call, or via
894
894
``default_transaction_options`` option on a session object.
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ in order to perform automatic encryption.
162
162
Automatic encryption is an enterprise only feature that only applies to
163
163
operations on a collection. Automatic encryption is not supported for operations
164
164
on a database or view, and operations that are not bypassed will result in
165
- error (see `Auto Encryption Allow-List <https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.rst #libmongocrypt-auto-encryption-allow-list>`_
165
+ error (see `Auto Encryption Allow-List <https://github.com/mongodb/specifications/blob/master/source/client-side-encryption/client-side-encryption.md #libmongocrypt-auto-encryption-allow-list>`_
166
166
). To bypass automatic encryption for all operations, set ``bypass_auto_encryption``
167
167
to true in ``auto_encryption_options``.
168
168
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ is being published. Note that future versions of the driver may introduce
383
383
additional events published through this mechanism.
384
384
385
385
The following events are currently implemented by the driver, following
386
- the `CMAP specification <https://github.com/mongodb/specifications/blob/master/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.rst >`_:
386
+ the `CMAP specification <https://github.com/mongodb/specifications/blob/master/source/connection-monitoring-and-pooling/connection-monitoring-and-pooling.md >`_:
387
387
388
388
- PoolCreated
389
389
- PoolCleared
You can’t perform that action at this time.
0 commit comments