From 20aeb81909ad34d7566fa8b186073298d338fb40 Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Thu, 13 Jun 2024 11:12:46 -0700 Subject: [PATCH] Update broken link in http-server README (#248) Reported in https://discord.com/channels/937858703112155166/949067728709369856/1248621964436836514 --- packages/http-server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/http-server/README.md b/packages/http-server/README.md index 3fce7647..4b01fe1b 100644 --- a/packages/http-server/README.md +++ b/packages/http-server/README.md @@ -1,6 +1,6 @@ # tbdex http server -A configurable implementation of the [tbdex http api draft specification](https://github.com/TBD54566975/tbdex-protocol/blob/main/rest-api/README.md) +A configurable implementation of the [tbdex http api draft specification](https://github.com/TBD54566975/tbdex/blob/main/specs/http-api/README.md) > > This repo is currently under construction 🚧 @@ -26,4 +26,4 @@ api.submit('close', async (ctx, message) => { /* write biz logic here */ }) await api.listen(9000, () => { console.log('Server listening on port 9000') }) -``` \ No newline at end of file +```