Skip to content

Commit 38e28dd

Browse files
author
Bob Grabar
committed
fix links
1 parent 72a324f commit 38e28dd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

source/administration/replica-sets.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,12 @@ the event of a network partition.
333333
Procedures
334334
----------
335335

336-
.. _replica-set-admin-procedure-add-member:
337-
338336
.. note:: For procedures on deploying replica sets, see
339337
:doc:`/administration/replication-architectures` document
340338
and see the :ref:`list of replica set tutorials <replica-set-tutorials-list>`.
341339

340+
.. _replica-set-admin-procedure-add-member:
341+
342342
Adding Members
343343
~~~~~~~~~~~~~~
344344

source/tutorial/deploy-replica-set.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ deployment described above, with the following differences:
146146
``/etc/host`` file to reflect this configuration.
147147

148148
- You specify run-time configuration on each system in a
149-
:doc:`configuration file <reference/configuration-options>` stored in
149+
:doc:`configuration file </reference/configuration-options>` stored in
150150
``/etc/mongodb.conf`` or in a related location. You *do not* specify
151151
run-time configuration through command line options.
152152

source/tutorial/expand-replica-set.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Overview
1010
This tutorial explains how to add an additional member to an
1111
existing replica set.
1212

13-
Before adding a new member, see the :ref:`replica-set-admin-procedure-add-member`
13+
Before adding a new member, see the
14+
:ref:`replica-set-admin-procedure-add-member`
1415
topic in the :doc:`/administration/replica-sets` document.
1516

1617
For background on replication deployment patterns, see the

0 commit comments

Comments
 (0)