From 4488f69aa632cfcba19bc6291d733c6df6fa7861 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Wed, 16 Oct 2024 10:14:43 +0200 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c63787..03d4091 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ This guide provides a comprehensive list of resources for Lightning Network node ### CLN Tools - [CLN Cheatsheet: Quick Reference for Core Lightning Commands](https://github.com/grubles/cln-cheatsheet) -* [lnurl-commando][lnurl-commando] - An lnurl/lnaddress server that fetches invoices over commando +* [lnurl-commando](https://github.com/jb55/lnurl-commando) - An lnurl/lnaddress server that fetches invoices over commando - [CLBOSS: Automated Core Lightning Node Manager](https://github.com/ZmnSCPxj/clboss) * [Rune Workshop](https://jb55.com/runes) - A web UI for constructing commando auth runes * [c-lightning-REST](https://github.com/Ride-The-Lightning/c-lightning-REST) - REST APIs for c-lightning written with node.js