aboutsummaryrefslogtreecommitdiff
path: root/doc/book/operations
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2023-11-28 12:03:46 +0000
committerAlex <alex@adnab.me>2023-11-28 12:03:46 +0000
commitffa659433d45d5186acc618134c5561bf9b21f37 (patch)
treebeff9be6e7309111a7a89cb9f692e77c0ab29134 /doc/book/operations
parent36bd21a148089fac4a04e1559f2456435e66de87 (diff)
parentcfa5550cb284a0fa440b8266342469ef89cf92f0 (diff)
downloadgarage-ffa659433d45d5186acc618134c5561bf9b21f37.tar.gz
garage-ffa659433d45d5186acc618134c5561bf9b21f37.zip
Merge pull request 'Doc: fix db_engines section and improve config reference' (#674) from fix-doc-db-engine into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/674
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.