@@ -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::
7985
8086   .. step:: Define administrative users
8187
88+       .. _c2c-quickstart-define-users:
89+ 
8290      If either cluster is hosted in Atlas, or if either of them
8391      requires authentication, you must create a database user that has
8492      permissions in both clusters. 
@@ -116,6 +124,8 @@ Setup
116124
117125   .. step:: Download and install ``mongosync``
118126
127+       .. _c2c-quickstart-download:
128+ 
119129      ``mongosync`` is the tool that connects the source and
120130      destination clusters. You can host ``mongosync`` on its own
121131      hardware, ``mongosync`` does not have to run on the hardware that
@@ -168,6 +178,8 @@ Connect the Clusters
168178
169179   .. step:: Initialize mongosync
170180
181+       .. _c2c-initialize:
182+       
171183      ``mongosync`` must create an initial connection to the source and
172184      destination clusters before it can start to sync data. To create the initial
173185      connection, issue the following command with your connection
0 commit comments