Skip to content

Commit 8939367

Browse files
author
your proper name
committed
(DOSCP-44189) Renamed rst links to md.
1 parent 015e056 commit 8939367

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

source/reference/create-client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,7 +1534,7 @@ listed driver value:
15341534
To use lower values, or to change the parameters in environments like JRuby
15351535
that do not expose the required APIs, please adjust the parameters at the
15361536
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>`_.
15381538

15391539

15401540
Connection Pooling
@@ -1791,7 +1791,7 @@ server from the one which received the first read.
17911791

17921792
The 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

17961796
Note that the modern retryable reads can only be used with MongoDB 3.6 and
17971797
higher servers. When used with MongoDB 3.4 and lower servers, Ruby driver

source/reference/crud-operations.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ timing options: **local_threshold** and **server_selection_timeout**.
490490
For more information on the algorithm used to select a server, please
491491
refer 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

495495
Read preference can be set as an option on the client or passed an
496496
option when a command is run on a database:
@@ -888,7 +888,7 @@ the last provided option wins in case of naming differences:
888888
When using transactions, write concern is only sent to the server in
889889
``commit_transaction`` and ``abort_transaction`` operations
890890
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>`_.
892892
Write 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.

source/reference/in-use-encryption/client-side-encryption.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/reference/monitoring.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ is being published. Note that future versions of the driver may introduce
383383
additional events published through this mechanism.
384384

385385
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>`_:
387387

388388
- PoolCreated
389389
- PoolCleared

0 commit comments

Comments
 (0)