@@ -34,12 +34,14 @@ the rest of the {+c2c-product-name+} documentation.
3434
3535- The destination cluster must be the same version or up to two versions ahead
3636 of the source cluster. The patch version is not important, so long as they
37- meets the minimum patch :ref:`version requirements
37+ meet the minimum patch :ref:`version requirements
3838 <c2c-server-version-compatibility>`.
3939
4040Follow the instructions below to set up {+c2c-product-name+}, connect
4141your clusters, and synchronize your data.
4242
43+ .. _c2c-quickstart-setup:
44+
4345Setup
4446-----
4547
@@ -48,14 +50,18 @@ Setup
4850
4951 .. step:: Define a source and a destination cluster
5052
53+ .. _c2c-quickstart-define-clusters:
54+
5155 If you already have a MongoDB cluster, either self-managed or
5256 hosted in :atlas:`MongoDB Atlas </getting-started?jmp=docs>`,
5357 use that cluster as the source cluster. If you don't have a
5458 cluster to work with, you will need to create one.
5559
5660 This Quickstart works when the destination cluster and the source
57- cluster are both replica sets. To sync from a replica set to a
58- sharded cluster, or between sharded clusters, see:
61+ cluster are both replica sets.
62+
63+ To sync from a replica set to a sharded cluster, see
64+ :ref:`c2c-rs-to-sharded`. To sync between sharded clusters, see
5965 :ref:`c2c-sharded-clusters`.
6066
6167 .. seealso::
8187
8288 .. step:: Define administrative users
8389
90+ .. _c2c-quickstart-define-users:
91+
8492 If either cluster is hosted in Atlas, or if either of them
8593 requires authentication, you must create a database user that has
8694 permissions in both clusters.
@@ -118,6 +126,8 @@ Setup
118126
119127 .. step:: Download and install ``mongosync``
120128
129+ .. _c2c-quickstart-download:
130+
121131 ``mongosync`` is the tool that connects the source and
122132 destination clusters. You can host ``mongosync`` on its own
123133 hardware, ``mongosync`` does not have to run on the hardware that
@@ -170,6 +180,8 @@ Connect the Clusters
170180
171181 .. step:: Initialize mongosync
172182
183+ .. _c2c-initialize:
184+
173185 ``mongosync`` must create an initial connection to the source and
174186 destination clusters before it can start to sync data. To create the initial
175187 connection, issue the following command with your connection
0 commit comments