Skip to content

Commit 2280807

Browse files
committed
Sharding reference: add links
1 parent 1dc3fdd commit 2280807

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/how-to/vshard_quick.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In this section, the following options are configured:
134134
Step 3: Configuring bucket count
135135
********************************
136136

137-
Specify the total number of :ref:`buckets <vshard-vbuckets>` in a sharded cluster using the ``sharding.bucket_count`` option:
137+
Specify the total number of :ref:`buckets <vshard-vbuckets>` in a sharded cluster using the :ref:`sharding.bucket_count <configuration_reference_sharding_bucket_count>` option:
138138

139139
.. literalinclude:: /code_snippets/snippets/sharding/instances.enabled/sharded_cluster/config.yaml
140140
:language: yaml
@@ -181,7 +181,7 @@ Here is a schematic view of the cluster's topology:
181181
The main group-level options here are:
182182

183183
* ``app``: The ``app.module`` option specifies that code specific to storages should be loaded from the ``storage`` module. This is explained below in the :ref:`vshard-quick-start-storage-code` section.
184-
* ``sharding``: The ``sharding.roles`` option specifies that all instances inside this group act as storages.
184+
* ``sharding``: The :ref:`sharding.roles <configuration_reference_sharding_roles>` option specifies that all instances inside this group act as storages.
185185
A rebalancer is selected automatically from two master instances.
186186
* ``replication``: The :ref:`replication.failover <configuration_reference_replication_failover>` option specifies that a leader in each replica set should be specified manually.
187187
* ``replicasets``: This section configures two replica sets that constitute cluster storages.
@@ -198,7 +198,7 @@ Here is a schematic view of the cluster's topology:
198198
The main group-level options here are:
199199

200200
* ``app``: The ``app.module`` option specifies that code specific to a router should be loaded from the ``router`` module. This is explained below in the :ref:`vshard-quick-start-router-code` section.
201-
* ``sharding``: The ``sharding.roles`` option specifies that an instance inside this group acts as a router.
201+
* ``sharding``: The :ref:`sharding.roles <configuration_reference_sharding_roles>` option specifies that an instance inside this group acts as a router.
202202
* ``replicasets``: This section configures one replica set with one router instance.
203203

204204

0 commit comments

Comments
 (0)