diff --git a/source/reference/create-client.txt b/source/reference/create-client.txt index bd06c23cc..268c66fed 100644 --- a/source/reference/create-client.txt +++ b/source/reference/create-client.txt @@ -1534,7 +1534,7 @@ listed driver value: To use lower values, or to change the parameters in environments like JRuby that do not expose the required APIs, please adjust the parameters at the system level as described in the `MongoDB Diagnostics FAQ keepalive section -`_. +`_. Connection Pooling @@ -1791,7 +1791,7 @@ server from the one which received the first read. The behavior of modern retryable reads is covered in detail by the `retryable reads specification -`_. +`_. Note that the modern retryable reads can only be used with MongoDB 3.6 and higher servers. When used with MongoDB 3.4 and lower servers, Ruby driver diff --git a/source/reference/crud-operations.txt b/source/reference/crud-operations.txt index 9e638ca02..dab75c8a1 100644 --- a/source/reference/crud-operations.txt +++ b/source/reference/crud-operations.txt @@ -490,7 +490,7 @@ timing options: **local_threshold** and **server_selection_timeout**. For more information on the algorithm used to select a server, please refer to the `Server Selection documentation, available on GitHub `_. +ection/server-selection.md>`_. Read preference can be set as an option on the client or passed an option when a command is run on a database: @@ -888,7 +888,7 @@ the last provided option wins in case of naming differences: When using transactions, write concern is only sent to the server in ``commit_transaction`` and ``abort_transaction`` operations per the `transactions specification -`_. +`_. Write concern may be set via the ``:write_concern`` option in a ``with_transaction`` or ``start_transaction`` call, or via ``default_transaction_options`` option on a session object. diff --git a/source/reference/in-use-encryption/client-side-encryption.txt b/source/reference/in-use-encryption/client-side-encryption.txt index 78d1ca73c..ff5852413 100644 --- a/source/reference/in-use-encryption/client-side-encryption.txt +++ b/source/reference/in-use-encryption/client-side-encryption.txt @@ -162,7 +162,7 @@ in order to perform automatic encryption. Automatic encryption is an enterprise only feature that only applies to operations on a collection. Automatic encryption is not supported for operations on a database or view, and operations that are not bypassed will result in - error (see `Auto Encryption Allow-List `_ + error (see `Auto Encryption Allow-List `_ ). To bypass automatic encryption for all operations, set ``bypass_auto_encryption`` to true in ``auto_encryption_options``. diff --git a/source/reference/monitoring.txt b/source/reference/monitoring.txt index 06328456a..7fbe8c369 100644 --- a/source/reference/monitoring.txt +++ b/source/reference/monitoring.txt @@ -383,7 +383,7 @@ is being published. Note that future versions of the driver may introduce additional events published through this mechanism. The following events are currently implemented by the driver, following -the `CMAP specification `_: +the `CMAP specification `_: - PoolCreated - PoolCleared