aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-04-10 15:49:03 +0000
committerAlex <alex@adnab.me>2024-04-10 15:49:03 +0000
commit33c2086d9e985059574302b42560e769f14587de (patch)
tree8bb68566a4d2a4af8ebf16d70c5a614ad5e7f3be
parent1779fd40c0fe676bedda0d40f647d7fe8b0f1e7e (diff)
parent5ad1e55ccf7196ec999cbcab08df8d76407cca41 (diff)
downloadgarage-33c2086d9e985059574302b42560e769f14587de.tar.gz
garage-33c2086d9e985059574302b42560e769f14587de.zip
Merge pull request '[fix-doc] fix broken references in documentation' (#802) from fix-doc into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/802
-rw-r--r--doc/book/working-documents/migration-1.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/book/working-documents/migration-1.md b/doc/book/working-documents/migration-1.md
index 2fb14ef9..b6c0bb85 100644
--- a/doc/book/working-documents/migration-1.md
+++ b/doc/book/working-documents/migration-1.md
@@ -19,15 +19,15 @@ The following are **breaking changes** in Garage v1.0 that require your attentio
- The Sled metadata db engine has been **removed**. If your cluster was still
using Sled, you will need to **use a Garage v0.9.x binary** to convert the
database using the `garage convert-db` subcommand. See
- [here](@/documentation/reference-manual/configuration/#db_engine) for the
+ [here](@/documentation/reference-manual/configuration.md#db_engine) for the
details of the procedure.
The following syntax changes have been made to the configuration file:
- The `replication_mode` parameter has been split into two parameters:
- [`replication_factor`](@/documentation/reference-manual/configuration/#replication_factor)
+ [`replication_factor`](@/documentation/reference-manual/configuration.md#replication_factor)
and
- [`consistency_mode`](@/documentation/reference-manual/configuration/#consistency_mode).
+ [`consistency_mode`](@/documentation/reference-manual/configuration.md#consistency_mode).
The old syntax using `replication_mode` is still supported for legacy
reasons and can still be used.