Skip to content

Commit 967fc65

Browse files
committed
Fix link in box.cfg.replication_anon reference (#4489)
Fixes #2534
1 parent cbffe4b commit 967fc65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/reference/configuration/cfg_replication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
A Tarantool replica can be anonymous. This type of replica
7676
is read-only (but you still can write to temporary and
77-
replica-local spaces), and it isn't present in the ``_cluster`` table.
77+
replica-local spaces), and it isn't present in the :ref:`_cluster <box_space-cluster>` space.
7878

7979
Since an anonymous replica isn't registered in the ``_cluster`` table,
8080
there is no limitation for anonymous replicas count in a replica set:

doc/reference/configuration/configuration_reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3525,7 +3525,7 @@ The ``replication`` section defines configuration parameters related to :ref:`re
35253525

35263526
.. NOTE::
35273527

3528-
Anonymous replicas are not registered in the :ref:`_cluster <box_space-cluster>` table.
3528+
Anonymous replicas are not registered in the :ref:`_cluster <box_space-cluster>` space.
35293529
This means that there is no :ref:`limitation <limitations_replicas>` on the number of anonymous replicas in a replica set.
35303530

35313531
|

0 commit comments

Comments
 (0)