Skip to content

Publishing fix 1 #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 17, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/administration/replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,11 @@ the event of a network partition.
Procedures
----------

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

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

Adding Members
~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/deploy-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ deployment described above, with the following differences:
``/etc/host`` file to reflect this configuration.

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

Expand Down
3 changes: 2 additions & 1 deletion source/tutorial/expand-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Overview
This tutorial explains how to add an additional member to an
existing replica set.

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

For background on replication deployment patterns, see the
Expand Down