aboutsummaryrefslogtreecommitdiff
path: root/doc/book/operations/layout.md
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2024-03-04 18:42:17 +0100
committerYureka <yuka@yuka.dev>2024-03-05 22:57:08 +0100
commit8f86af52ed917bce506989ae1f378d977aa6c3ef (patch)
treec1540ee74b71b7d5521fe16310e3edae391f6392 /doc/book/operations/layout.md
parent603604cdfc76d9ae86c02f25d49b7c845d138262 (diff)
downloadgarage-8f86af52ed917bce506989ae1f378d977aa6c3ef.tar.gz
garage-8f86af52ed917bce506989ae1f378d977aa6c3ef.zip
adjust docs for replication factor
Diffstat (limited to 'doc/book/operations/layout.md')
-rw-r--r--doc/book/operations/layout.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/operations/layout.md b/doc/book/operations/layout.md
index cf1372b0..667e89d2 100644
--- a/doc/book/operations/layout.md
+++ b/doc/book/operations/layout.md
@@ -12,7 +12,7 @@ An introduction to building cluster layouts can be found in the [production depl
In Garage, all of the data that can be stored in a given cluster is divided
into slices which we call *partitions*. Each partition is stored by
one or several nodes in the cluster
-(see [`replication_mode`](@/documentation/reference-manual/configuration.md#replication_mode)).
+(see [`replication_factor`](@/documentation/reference-manual/configuration.md#replication_factor)).
The layout determines the correspondence between these partitions,
which exist on a logical level, and actual storage nodes.