@@ -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.
@@ -119,7 +118,7 @@ Setup
119118
120119 .. step:: Download and install ``mongosync``
121120
122- :ref:`c2c- mongosync` is the tool that connects the source and
121+ `` mongosync` ` is the tool that connects the source and
123122 destination clusters. You can host ``mongosync`` on its own
124123 hardware, ``mongosync`` does not have to run on the hardware that
125124 hosts your MongodDB clusters.
@@ -171,7 +170,7 @@ Connect the Clusters
171170
172171 .. step:: Initialize mongosync
173172
174- :program:` mongosync` must create an initial connection to the source and
173+ `` mongosync` ` must create an initial connection to the source and
175174 destination clusters before it can start to sync data. To create the initial
176175 connection, issue the following command with your connection
177176 strings on a single line (the command is
@@ -295,7 +294,7 @@ Synchronization Notes
295294
296295- The default port for the HTTP API is ``27182``. Use the ``--port``
297296 option with ``mongosync`` to :ref:`configure another port
298- <c2c-mongosync>`
297+ <c2c-config>`.
299298
300299- ``mongosync`` can swap the source and destination clusters to enable
301300 :ref:`reverse synchronization <c2c-api-reverse>`.
0 commit comments