diff --git a/source/core/replica-set-write-concern.txt b/source/core/replica-set-write-concern.txt index 7840c04de6c..1d259a4ee8c 100644 --- a/source/core/replica-set-write-concern.txt +++ b/source/core/replica-set-write-concern.txt @@ -110,10 +110,6 @@ operation. Refer to the documentation for the write operation for instructions on write concern support and syntax. For complete documentation on write concern, see :ref:`write-concern`. -.. seealso:: - - :ref:`write-methods-incompatibility` - .. _repl-set-modify-default-write-concern: Modify Default Write Concern diff --git a/source/includes/fact-ssl-tlsCAFile-tlsUseSystemCA.rst b/source/includes/fact-ssl-tlsCAFile-tlsUseSystemCA.rst index 3f6df2e4406..6336f9f4d6f 100644 --- a/source/includes/fact-ssl-tlsCAFile-tlsUseSystemCA.rst +++ b/source/includes/fact-ssl-tlsCAFile-tlsUseSystemCA.rst @@ -1,7 +1,7 @@ When starting a :binary:`~bin.mongod` instance with :ref:`TLS/SSL enabled `, you must specify a value for the :option:`--tlsCAFile ` flag, the -:setting:`tls.CAFile` configuration option, or the :parameter:`tlsUseSystemCA` +:setting:`net.tls.CAFile` configuration option, or the :parameter:`tlsUseSystemCA` parameter. ``--tlsCAFile``, ``tls.CAFile``, and ``tlsUseSystemCA`` are all mutually diff --git a/source/release-notes/3.0-compatibility.txt b/source/release-notes/3.0-compatibility.txt index d7bda355d65..3cf2c4ecdca 100644 --- a/source/release-notes/3.0-compatibility.txt +++ b/source/release-notes/3.0-compatibility.txt @@ -327,7 +327,7 @@ If you do not currently have any users *or* you are using ``authSchema`` version 1, the query will not return any result. If your ``authSchema`` version is less -than ``3`` or the query does not return any results, see :doc:`/release-notes/2.6-upgrade-authorization` to +than ``3`` or the query does not return any results, see the 2.6 Upgrade Authorization to upgrade the ``authSchema`` version before upgrading to MongoDB 3.0. After upgrading MongoDB to 3.0 from 2.6, to use the new ``SCRAM-SHA-1`` diff --git a/source/release-notes/3.0-upgrade.txt b/source/release-notes/3.0-upgrade.txt index 745f72f79da..eaed9729efc 100644 --- a/source/release-notes/3.0-upgrade.txt +++ b/source/release-notes/3.0-upgrade.txt @@ -49,9 +49,7 @@ version earlier than MongoDB 2.4. If your existing MongoDB deployment is already running with authentication and authorization, your user data model ``authSchema`` must be at least version 3. To verify the version of your existing -``authSchema``, see :ref:`legacy-auth-model-removed`. To upgrade your -``authSchema`` version, see -:ref:`Upgrade Authorization Data <2.6-upgrade-authorization-model>` for details. +``authSchema``, see :ref:`legacy-auth-model-removed`. Preparedness ~~~~~~~~~~~~ diff --git a/source/release-notes/4.0.txt b/source/release-notes/4.0.txt index 88d3fcd3fce..c7b89687d98 100644 --- a/source/release-notes/4.0.txt +++ b/source/release-notes/4.0.txt @@ -1537,11 +1537,11 @@ Network Layer Improvements - :parameter:`connPoolMaxInUseConnsPerHost` - - :parameter:`connPoolMaxShardedInUseConnsPerHost` + - ``connPoolMaxShardedInUseConnsPerHost`` - :parameter:`globalConnPoolIdleTimeoutMinutes` - - :parameter:`shardedConnPoolIdleTimeoutMinutes` + - ``shardedConnPoolIdleTimeoutMinutes`` Configuration Options ~~~~~~~~~~~~~~~~~~~~~ diff --git a/source/release-notes/4.2.txt b/source/release-notes/4.2.txt index b0b76ccb857..198e5916dae 100644 --- a/source/release-notes/4.2.txt +++ b/source/release-notes/4.2.txt @@ -1786,11 +1786,11 @@ the following output changes: ` * - :serverstatus:`metrics.repl` - - Added new :serverstatus:`metrics.repl.stateTransition` metrics: + - Added new ``metrics.repl.stepDown`` metrics: - - :serverstatus:`metrics.repl.stateTransition.userOperationsKilled` + - ``metrics.repl.stepDown.userOperationsKilled`` - - :serverstatus:`metrics.repl.stateTransition.userOperationsRunning` + - ``metrics.repl.stepDown.userOperationsRunning`` * - :serverstatus:`transactions`