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 +```