diff options
author | Alex <alex@adnab.me> | 2023-11-28 12:03:46 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-11-28 12:03:46 +0000 |
commit | ffa659433d45d5186acc618134c5561bf9b21f37 (patch) | |
tree | beff9be6e7309111a7a89cb9f692e77c0ab29134 /doc/book/reference-manual/features.md | |
parent | 36bd21a148089fac4a04e1559f2456435e66de87 (diff) | |
parent | cfa5550cb284a0fa440b8266342469ef89cf92f0 (diff) | |
download | garage-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/reference-manual/features.md')
-rw-r--r-- | doc/book/reference-manual/features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/reference-manual/features.md b/doc/book/reference-manual/features.md index 2f8e633a..e8ba9510 100644 --- a/doc/book/reference-manual/features.md +++ b/doc/book/reference-manual/features.md @@ -52,7 +52,7 @@ This is particularly usefull when nodes are far from one another and talk to one Garage supports a variety of replication modes, with 1 copy, 2 copies or 3 copies of your data, and with various levels of consistency, in order to adapt to a variety of usage scenarios. -Read our reference page on [supported replication modes](@/documentation/reference-manual/configuration.md#replication-mode) +Read our reference page on [supported replication modes](@/documentation/reference-manual/configuration.md#replication_mode) to select the replication mode best suited to your use case (hint: in most cases, `replication_mode = "3"` is what you want). ### Web server for static websites |