From a15eb115c8da79ed724aea253e0ad5ec99ffbc3b Mon Sep 17 00:00:00 2001 From: wilson Date: Sun, 26 Feb 2023 07:38:44 +0000 Subject: [PATCH] docs: fix k2v spec link Signed-off-by: wilson --- doc/book/reference-manual/k2v.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/reference-manual/k2v.md b/doc/book/reference-manual/k2v.md index d40ec854..ed069b27 100644 --- a/doc/book/reference-manual/k2v.md +++ b/doc/book/reference-manual/k2v.md @@ -16,7 +16,7 @@ the `k2v` feature flag enabled can be obtained from our download page under with `-k2v` (example: `v0.7.2-k2v`). The specification of the K2V API can be found -[here](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/k2v/doc/drafts/k2v-spec.md). +[here](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/branch/main/doc/drafts/k2v-spec.md). This document also includes a high-level overview of K2V's design. The K2V API uses AWSv4 signatures for authentification, same as the S3 API.