aboutsummaryrefslogtreecommitdiff
path: root/doc/book/operations
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-11-28 11:53:26 +0100
committerAlex Auvolat <alex@adnab.me>2023-11-28 11:53:26 +0100
commit939d1f2e17f0aa9729bc15759e30d1324e8b3e4e (patch)
treef80bfaf32de1ad028266792462e1371f5e50f0cc /doc/book/operations
parent1f6efe57be97f0456afbecc8dab11a618d4a42f5 (diff)
downloadgarage-939d1f2e17f0aa9729bc15759e30d1324e8b3e4e.tar.gz
garage-939d1f2e17f0aa9729bc15759e30d1324e8b3e4e.zip
doc: improve navigation in configuration reference
Diffstat (limited to 'doc/book/operations')
-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 ece17ddb..ee05aba1 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_mode`](@/documentation/reference-manual/configuration.md#replication_mode)).
The layout determines the correspondence between these partition,
which exist on a logical level, and actual storage nodes.