diff --git a/src/api/admin/Cargo.toml b/src/api/admin/Cargo.toml index a61d13e5..7b1d65e1 100644 --- a/src/api/admin/Cargo.toml +++ b/src/api/admin/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "AGPL-3.0" description = "Admin API server crate for the Garage object store" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" -readme = "../../README.md" +readme = "../../../README.md" [lib] path = "lib.rs" diff --git a/src/api/common/Cargo.toml b/src/api/common/Cargo.toml index 8fab93ee..6d906423 100644 --- a/src/api/common/Cargo.toml +++ b/src/api/common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "AGPL-3.0" description = "Common functions for the API server crates for the Garage object store" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" -readme = "../../README.md" +readme = "../../../README.md" [lib] path = "lib.rs" diff --git a/src/api/k2v/Cargo.toml b/src/api/k2v/Cargo.toml index c8c7c8ef..385aef3b 100644 --- a/src/api/k2v/Cargo.toml +++ b/src/api/k2v/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "AGPL-3.0" description = "K2V API server crate for the Garage object store" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" -readme = "../../README.md" +readme = "../../../README.md" [lib] path = "lib.rs" diff --git a/src/api/s3/Cargo.toml b/src/api/s3/Cargo.toml index 2507ee07..7b0cac94 100644 --- a/src/api/s3/Cargo.toml +++ b/src/api/s3/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" license = "AGPL-3.0" description = "S3 API server crate for the Garage object store" repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" -readme = "../../README.md" +readme = "../../../README.md" [lib] path = "lib.rs"