Skip to content

Commit 052ae68

Browse files
DOCSP-36114 link fixes (#73)
Fixed all broken links.
1 parent d63139d commit 052ae68

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

source/core/deployments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ a single host, as described in
5151

5252
For |fcv-link| ``4.2`` and later, the :term:`application database` stores
5353
snapshots of deployment state in
54-
:manual:`backup cursors <reference/glossary/#std-term-backup-cursor>`.
54+
:manual:`backup cursors </reference/glossary/#std-term-backup-cursor>`.
5555

5656
Production Installs
5757
-------------------

source/includes/api/list-tables/admin-file-system-store-create-request-documents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- array of strings
2424
- Optional
2525
- Tags to manage which :term:`backup jobs <backup job>` |onprem|
26-
can assign to which :opsmgr:`file system stores <reference/glossary/#std-term-File-System-Store>`.
26+
can assign to which :opsmgr:`file system stores </reference/glossary/#std-term-File-System-Store>`.
2727

2828
Setting these tags limits which backup jobs this file system
2929
store can process. If omitted, this file system store can only
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. note::
22

33
FCV |fcv-link| ``4.2`` and later use
4-
:manual:`backup cursors <reference/glossary/#std-term-backup-cursor>` instead of
4+
:manual:`backup cursors </reference/glossary/#std-term-backup-cursor>` instead of
55
:opsmgr:`head databases </reference/glossary/#std-term-head-database>`. For
66
more information, see :ref:`backup-daemon`.

source/includes/head-database-deprecated-encrypt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. note::
22

33
FCV |fcv-link| ``4.2`` and later use
4-
:manual:`backup cursors <reference/glossary/#std-term-backup-cursor>` instead of
4+
:manual:`backup cursors </reference/glossary/#std-term-backup-cursor>` instead of
55
:opsmgr:`head databases </reference/glossary/#std-term-head-database>`. For
66
more information, see :ref:`backup-daemon`.
77

source/reference/glossary.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Glossary
108108
backup cursor
109109
A :manual:`tailable cursor <tailable-cursors>` pointing to a list of
110110
backup files. Starting with FCV 4.2, |onprem| uses
111-
:manual:`backup cursors <reference/glossary/#std-term-backup-cursor>` instead of
111+
:manual:`backup cursors </reference/glossary/#std-term-backup-cursor>` instead of
112112
:opsmgr:`head databases </reference/glossary/#std-term-head-database>`.
113113

114114

@@ -117,7 +117,7 @@ Glossary
117117
maintaining :opsmgr:`head databases </reference/glossary/#std-term-head-database>` and
118118
:manual:`snapshots </reference/glossary/#std-term-snapshot>` for FCV 4.0 and
119119
earlier. Starting with FCV 4.2, onprem uses
120-
:manual:`backup cursors <reference/glossary/#std-term-backup-cursor>` instead of
120+
:manual:`backup cursors </reference/glossary/#std-term-backup-cursor>` instead of
121121
:opsmgr:`head databases </reference/glossary/#std-term-head-database>`.
122122

123123
.. seealso::
@@ -132,7 +132,7 @@ Glossary
132132
will have a different head database for each shard.
133133

134134
For FCV 4.2 and later, the WiredTiger storage engine takes snapshots
135-
of your deployment using :manual:`backup cursors <reference/glossary/#std-term-backup-cursor>` to
135+
of your deployment using :manual:`backup cursors </reference/glossary/#std-term-backup-cursor>` to
136136
allow point-in-time copying of the WiredTiger files. Applications
137137
can continue read and write operations on the database while
138138
WiredTiger takes the snapshot.
@@ -266,7 +266,7 @@ Glossary
266266
in the :term:`head directory`.
267267

268268
Starting with FCV 4.2, onprem uses
269-
:manual:`backup cursors <reference/glossary/#std-term-backup-cursor>` instead of
269+
:manual:`backup cursors </reference/glossary/#std-term-backup-cursor>` instead of
270270
:opsmgr:`head databases </reference/glossary/#std-term-head-database>`.
271271

272272

source/tutorial/resync-backup.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Considerations
5757
--------------
5858

5959
As of FCV 4.2, deployments are backed up with WiredTiger checkpoints
60-
using :manual:`backup cursors <reference/glossary/#std-term-backup-cursor>`. Applications can
60+
using :manual:`backup cursors </reference/glossary/#std-term-backup-cursor>`. Applications can
6161
continue read and write operations on the database while WiredTiger
6262
takes the snapshot.
6363

0 commit comments

Comments
 (0)