Skip to content

Commit

Permalink
Update broken link in http-server README (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger authored Jun 13, 2024
1 parent c582fad commit 20aeb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/http-server/README.md
Original file line number Diff line number Diff line change
@@ -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 🚧
Expand All @@ -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')
})
```
```

0 comments on commit 20aeb81

Please sign in to comment.