diff options
author | Alex Auvolat <alex@adnab.me> | 2023-11-28 11:53:26 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-11-28 11:53:26 +0100 |
commit | 939d1f2e17f0aa9729bc15759e30d1324e8b3e4e (patch) | |
tree | f80bfaf32de1ad028266792462e1371f5e50f0cc /doc/book/reference-manual/features.md | |
parent | 1f6efe57be97f0456afbecc8dab11a618d4a42f5 (diff) | |
download | garage-939d1f2e17f0aa9729bc15759e30d1324e8b3e4e.tar.gz garage-939d1f2e17f0aa9729bc15759e30d1324e8b3e4e.zip |
doc: improve navigation in configuration reference
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 |