From 08ef9cb7d0584f04ada836e43ae5d21495346917 Mon Sep 17 00:00:00 2001 From: hzrd149 Date: Wed, 22 May 2024 09:06:50 -0500 Subject: [PATCH] move files --- README.md | 8 ++++---- buds/{bud-01.md => 01.md} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename buds/{bud-01.md => 01.md} (100%) diff --git a/README.md b/README.md index e532dc6..4f4d17d 100644 --- a/README.md +++ b/README.md @@ -15,19 +15,19 @@ Blossom Servers expose four endpoints for managing blobs - `GET /` (optional file `.ext`) - `HEAD /` (optional file `.ext`) - `PUT /upload` - - `Authentication`: Signed [nostr event](./buds/bud-01.md#upload-authorization-required) + - `Authentication`: Signed [nostr event](./buds/01.md#upload-authorization-required) - Return a blob descriptor - `GET /list/` - Returns an array of blob descriptors - - `Authentication` _(optional)_: Signed [nostr event](./buds/bud-01.md#list-authorization-optional) + - `Authentication` _(optional)_: Signed [nostr event](./buds/01.md#list-authorization-optional) - `DELETE /` - - `Authentication`: Signed [nostr event](./buds/bud-01.md#delete-authorization-required) + - `Authentication`: Signed [nostr event](./buds/01.md#delete-authorization-required) ## Protocol specification (BUDs) BUDs stand for **Blossom Upgrade Documents**. -See the [BUDs](./buds) folder and specifically [BUD-01](./buds/bud-01.md) for a detailed explanation of the endpoints +See the [BUDs](./buds) folder and specifically [BUD-01](./buds/01.md) for a detailed explanation of the endpoints ## License diff --git a/buds/bud-01.md b/buds/01.md similarity index 100% rename from buds/bud-01.md rename to buds/01.md