From f72d4b021e40b172a0beae51ab3d8f11168c5ccf Mon Sep 17 00:00:00 2001 From: Melvin Carvalho Date: Wed, 29 Dec 2021 12:14:06 +0100 Subject: [PATCH] fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f93900d..3721a24 100644 --- a/README.md +++ b/README.md @@ -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.