From c12857a83032292034c1e10b39f33b4e8bd07b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ioan=20Biz=C4=83u?= Date: Mon, 13 May 2024 16:44:33 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b4f75b3..e532dc6 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ Blossom Servers expose four endpoints for managing blobs - `GET /` (optional file `.ext`) - `HEAD /` (optional file `.ext`) - `PUT /upload` - - `Authentication`: Signed [nostr event](./Server.md#upload-authorization-required) + - `Authentication`: Signed [nostr event](./buds/bud-01.md#upload-authorization-required) - Return a blob descriptor - `GET /list/` - Returns an array of blob descriptors - - `Authentication` _(optional)_: Signed [nostr event](./Server.md#list-authorization-optional) + - `Authentication` _(optional)_: Signed [nostr event](./buds/bud-01.md#list-authorization-optional) - `DELETE /` - - `Authentication`: Signed [nostr event](./Server.md#delete-authorization-required) + - `Authentication`: Signed [nostr event](./buds/bud-01.md#delete-authorization-required) ## Protocol specification (BUDs)