Skip to content

Commit a320650

Browse files
author
Dave Cuthbert
authored
DOCS-15442 fix typo (#1345)
1 parent 267915b commit a320650

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

source/reference/replication.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _replication-toc:
2+
13
=====================
24
Replication Reference
35
=====================

source/tutorial/deploy-geographically-distributed-replica-set.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ Overview
1616
--------
1717

1818
This tutorial outlines the process for deploying a :term:`replica set`
19-
with :doc:`members in multiple locations
20-
</core/replica-set-architecture-geographically-distributed>`. The
21-
tutorial addresses three-member replica sets and five-member replica
22-
sets. If you have an even number of replica set members, add another
23-
data bearing member, if possible, to deploy an odd number of voting
24-
members. [#arbiter-alternative]_
19+
with :ref:`members in multiple locations
20+
<replica-set-geographical-distribution>`. The tutorial addresses
21+
three-member replica sets and five-member replica sets. If you have an
22+
even number of replica set members, add another data bearing member, if
23+
possible, to deploy an odd number of voting members.
24+
[#arbiter-alternative]_
2525

2626
For more information on distributed replica sets, see
27-
:doc:`/core/replica-set-architecture-geographically-distributed`. See
28-
also :doc:`/core/replica-set-architectures` and see :doc:`/replication`.
27+
:ref:`replica-set-geographical-distribution`. See also
28+
:ref:`replica-set-architecture` and see :ref:`replication-toc`.
2929

3030
.. [#arbiter-alternative]
3131

3232
If circumstances prohibit another data bearing member and you have
3333
an even number of voting members, you can add an arbiter instead.
3434
For considerations when using an arbiter, see
35-
:doc:`/core/replica-set-arbiter`.
35+
:ref:`replica-set-arbiter-configuration`.
3636

3737
Considerations
3838
--------------
@@ -83,7 +83,7 @@ for the three members are:
8383

8484
- Across Two Data Centers: Two members to Site A and one member to Site
8585
B. If one of the members of the replica set is an arbiter
86-
[#arbiter-alternative], distribute the arbiter to Site A with a
86+
[#arbiter-alternative]_, distribute the arbiter to Site A with a
8787
data-bearing member.
8888

8989
.. include:: /includes/note-csrs-distribution.rst

0 commit comments

Comments
 (0)