diff --git a/source/faq.txt b/source/faq.txt index 9a627c064..123d70fa0 100644 --- a/source/faq.txt +++ b/source/faq.txt @@ -122,12 +122,9 @@ What Is the Difference Between "connectTimeoutMS", "socketTimeoutMS" and "maxTim ` that sets the time, in milliseconds, for an individual connection from your connection pool to establish a TCP connection to the {+mdb-server+} before - timing out. - - .. tip:: - - To modify the allowed time for `MongoClient.connect <{+api+}/classes/MongoClient.html#connect>`__ to establish a - connection to a {+mdb-server+}, use the ``serverSelectionTimeoutMS`` option instead. + timing out. To modify the allowed time for + `MongoClient.connect <{+api+}/classes/MongoClient.html#connect>`__ to establish a + connection to a {+mdb-server+}, use the ``serverSelectionTimeoutMS`` option instead. **Default:** 30000 * - **socketTimeoutMS** diff --git a/source/fundamentals/run-command.txt b/source/fundamentals/run-command.txt index c5609adb1..925043213 100644 --- a/source/fundamentals/run-command.txt +++ b/source/fundamentals/run-command.txt @@ -141,12 +141,9 @@ with the following fields: * - ``operationTime`` - Indicates the logical time of the operation. MongoDB uses the - logical time to order operations. - - .. seealso:: - - To learn more about logical time, see our :website:`blog post about - the Global Logical Clock `. + logical time to order operations. + To learn more about logical time, see our + :website:`blog post about the Global Logical Clock `. * - ``$clusterTime`` - Provides a document that returns the signed cluster time. Cluster time is a