Skip to content

Commit b6de3d3

Browse files
authored
1 parent 1d9dbff commit b6de3d3

24 files changed

+29
-31
lines changed

source/core/backup-preparations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ You may also want to resync your backup if you:
486486
- :manual:`Drop a collection </reference/method/db.collection.drop>`
487487
(MMAPv1 only).
488488

489-
- Run a :manual:`sharded cluster </reference/glossary/#std-term-sharded-cluster>``, and move chunks
489+
- Run a :manual:`sharded cluster </reference/glossary/#std-term-sharded-cluster>`, and move chunks
490490
from a particular shard.
491491

492492
- Switch storage engines, if you want |mms| to provide snapshots

source/core/system-alerts.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ Blockstore
208208

209209
* - ``OUTSIDE_SPACE_USED_THRESHOLD``
210210
- .. alert:: Blockstore space used exceeds threshold
211-
- Sent when the disk space the :opsmgr:`blockstore <term-Backup Blockstore
212-
Database>` uses exceeds the configured :setting:`threshold
211+
- Sent when the disk space the :opsmgr:`blockstore </reference/glossary/#std-term-backup-blockstore-database>` uses exceeds the configured :setting:`threshold
213212
<mms.alerts.OutsideSpaceUsedThreshold.maximumSpaceUsedPercent>`
214213
setting. The default threshold is 85% of the total disk capacity
215214
on which the blockstore is stored. You can change the

source/includes/api/list-tables/restore-job-request-documents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
hours of the current time.
166166

167167
If you provide this setting, this endpoint restores all data up
168-
to this :opsmgr:`Point in Time </reference/glossary/#std-term-point-in-time-restore> to the
168+
to this :opsmgr:`Point in Time </reference/glossary/#std-term-point-in-time-restore>` to the
169169
database you specified in the ``delivery`` object.
170170

171171
``"delivery.methodName" : "AUTOMATED_RESTORE"``

source/includes/api/list-tables/restore-jobs/body-parameters/pit.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
hours of the current time.
6464

6565
If you provide this setting, this endpoint restores all data up
66-
to this :opsmgr:`Point in Time </reference/glossary/#std-term-point-in-time-restore> to the
66+
to this :opsmgr:`Point in Time </reference/glossary/#std-term-point-in-time-restore>` to the
6767
database you specified in the ``delivery`` object.
6868

6969

source/includes/steps-deploy-standalone.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ content: |
3636
* - :guilabel:`Auth Schema Version`
3737
- Select the schema for storing the user data for your
3838
deployment. MongoDB 3.0 uses a different schema for user data
39-
than previous versions. For compatibility information, see the
40-
:ref:`Security Changes <legacy-auth-model-removed>`
41-
in the MongoDB 3.0 release notes.
39+
than previous versions.
4240
4341
* - :guilabel:`Feature Compatibility` (Optional)
4442
- Select the :manual:`feature compatibility set

source/includes/steps-edit-replica-set-configuration.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ content: |
2525
- Select the schema for storing the user data for your
2626
deployment. If you are upgrading from a MongoDB version older
2727
than 3.0, MongoDB 3.0 uses a different schema for user data
28-
than previous versions. For compatibility information, see the
29-
:ref:`Security Changes <legacy-auth-model-removed>`
30-
in the MongoDB 3.0 release notes.
28+
than previous versions.
3129
3230
* - :guilabel:`Feature Compatibility` (Optional)
3331
- Select the :manual:`feature compatibility set

source/includes/upgrade-path-onprem-upgrade.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,5 @@ The following table lists upgrade paths for all versions:
114114

115115
* - 2.x or earlier
116116
- Use the
117-
`v3.4 upgrade tutorial <https://www.mongodb.com/docs/ops-manager/v3.4/tutorial/nav/upgrade-application/tutorial/nav/upgrade-application>`__
117+
`v3.4 upgrade tutorial <https://www.mongodb.com/docs/ops-manager/v3.4/tutorial/nav/upgrade-application/>`__
118118
to upgrade from |onprem| 2.x or earlier.

source/reference/alerts/query-targeting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ query generated the alert:
7272
all queries.
7373

7474
- The :manual:`Data Profiler
75-
</tutorial/manage-the-database-profiler/index.html>`
75+
</tutorial/manage-the-database-profiler>`
7676
records operations that |service| considers slow when compared to
7777
average execution time for all operations on your cluster.
7878

source/reference/api/admin/backup/groups/get-all-backup-group-configurations.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _get-all-backup-group-configurations:
2+
13
==========================================
24
Get All Project Backup Jobs Configurations
35
==========================================

source/reference/api/admin/backup/groups/get-one-backup-group-configuration-by-id.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Retrieves the configuration of one project's backup jobs.
1717
|onprem| returns an error if there isn't a project backup jobs
1818
configuration with the specified ID. You can modify a project backup
1919
jobs configuration from the :ref:`UI <projects-page-admin-ui>` or
20-
:doc:`API <update-one-backup-group-configuration>`. To retrieve the
20+
:ref:`API <update-one-backup-group-configuration>`. To retrieve the
2121
IDs of all the project backup jobs configurations, use the
22-
:doc:`get-all-backup-group-configurations` endpoint.
22+
:ref:`get-all-backup-group-configurations` endpoint.
2323

2424
.. include:: /includes/api/base-admin-backup-api-uri.rst
2525

0 commit comments

Comments
 (0)