fix broken link

This commit is contained in:
Melvin Carvalho 2021-12-29 12:14:06 +01:00 committed by fiatjaf
parent 2cbb087134
commit f72d4b021e

View File

@ -98,7 +98,7 @@ See the [NIPs](nips) and especially [NIP-01](nips/01.md) for a reasonably-detail
### Relays
- [nostr-rs-relay](https://sr.ht/~gheartsfield/nostr-rs-relay/), a minimalistic relay written in Rust that saves data on SQLite.
- [Relayer Basic](https://github.com/fiatjaf/relayer/master/tree/basic), a simple relay based on _relayer_ backed by Postgres.
- [Relayer Basic](https://github.com/fiatjaf/relayer/tree/master/basic), a simple relay based on _relayer_ backed by Postgres.
- [rsslay](https://github.com/fiatjaf/rsslay), a bridge that puts RSS feeds into Nostr.
- [nodestr](https://github.com/Dolu89/nodestr-relay), A Node.js implementation.