From 9617bd80ce93e221b673cc6c27ba2fb443ee19e6 Mon Sep 17 00:00:00 2001 From: Isaque Veras Date: Mon, 29 May 2023 14:19:38 -0300 Subject: [PATCH] fix: link to basic example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a836606..45fb78f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Nostr Relay Framework -- use it to implement your own custom relay. -There is an example/reference implementation at [basic](basic/). Binaries for that are also available under [Releases]( +There is an example/reference implementation at [basic](/examples/basic/). Binaries for that are also available under [Releases]( https://github.com/fiatjaf/relayer/releases). GoDoc