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)