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:
15341534To use lower values, or to change the parameters in environments like JRuby
15351535that do not expose the required APIs, please adjust the parameters at the
15361536system 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>`_.
15381538
15391539
15401540Connection Pooling
@@ -1791,7 +1791,7 @@ server from the one which received the first read.
17911791
17921792The behavior of modern retryable reads is covered in detail by the
17931793`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 >`_.
17951795
17961796Note that the modern retryable reads can only be used with MongoDB 3.6 and
17971797higher 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**.
490490For more information on the algorithm used to select a server, please
491491refer to the `Server Selection documentation, available on GitHub
492492<https://github.com/mongodb/specifications/blob/master/source/server-sel
493- ection/server-selection.rst >`_.
493+ ection/server-selection.md >`_.
494494
495495Read preference can be set as an option on the client or passed an
496496option when a command is run on a database:
@@ -888,7 +888,7 @@ the last provided option wins in case of naming differences:
888888When using transactions, write concern is only sent to the server in
889889``commit_transaction`` and ``abort_transaction`` operations
890890per 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>`_.
892892Write concern may be set via the ``:write_concern`` option in a
893893``with_transaction`` or ``start_transaction`` call, or via
894894``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.
162162 Automatic encryption is an enterprise only feature that only applies to
163163 operations on a collection. Automatic encryption is not supported for operations
164164 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>`_
166166 ). To bypass automatic encryption for all operations, set ``bypass_auto_encryption``
167167 to true in ``auto_encryption_options``.
168168
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
383383additional events published through this mechanism.
384384
385385The 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 >`_:
387387
388388- PoolCreated
389389- PoolCleared
You can’t perform that action at this time.
0 commit comments