@@ -21,8 +21,7 @@ Overview
2121
2222{+c2c-full-product-name+} connects MongoDB clusters and provides a way
2323to synchronize data between them. The tool that makes the connection is
24- :ref:`c2c-mongosync`. This page provides a short introduction to help
25- you get started with {+c2c-product-name+}. For more details, please see
24+ :ref:`mongosync <c2c-mongosync>`. For more details, please see
2625the rest of the {+c2c-product-name+} documentation.
2726
2827``mongosync`` syncs data between two clusters.
@@ -117,7 +116,7 @@ Setup
117116
118117 .. step:: Download and install ``mongosync``
119118
120- :ref:`c2c- mongosync` is the tool that connects the source and
119+ `` mongosync` ` is the tool that connects the source and
121120 destination clusters. You can host ``mongosync`` on its own
122121 hardware, ``mongosync`` does not have to run on the hardware that
123122 hosts your MongodDB clusters.
@@ -169,7 +168,7 @@ Connect the Clusters
169168
170169 .. step:: Initialize mongosync
171170
172- :program:` mongosync` must create an initial connection to the source and
171+ `` mongosync` ` must create an initial connection to the source and
173172 destination clusters before it can start to sync data. To create the initial
174173 connection, issue the following command with your connection
175174 strings on a single line (the command is
@@ -284,7 +283,7 @@ Synchronization Notes
284283
285284- The default port for the HTTP API is ``27182``. Use the ``--port``
286285 option with ``mongosync`` to :ref:`configure another port
287- <c2c-mongosync>`
286+ <c2c-config>`.
288287
289288- ``mongosync`` can swap the source and destination clusters to enable
290289 :ref:`reverse synchronization <c2c-api-reverse>`.
0 commit comments