From aee2f34230a645d96540199ca980e07f9e731411 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Tue, 27 Feb 2024 09:57:00 +0000 Subject: [PATCH] add links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ea3ff88..d43710d 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ Blossom Servers expose four endpoints for managing blobs - `GET /` (optional file `.ext`) - `PUT /upload` - - `Authentication`: Signed nostr event + - `Authentication`: Signed [nostr event](./Server.md#upload-authorization-required) - Return a blob descriptor - `GET /list/` - Returns an array of blob descriptors - - `Authentication` _(optional)_: Signed nostr event + - `Authentication` _(optional)_: Signed [nostr event](./Server.md#list-authorization-optional) - `DELETE /` - - `Authentication`: Signed nostr event + - `Authentication`: Signed [nostr event](./Server.md#delete-authorization-required) ## Blob Descriptor