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