From 03d3cd1e9efbc941d18e4a106bc32ce2b358bf7f Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 29 Aug 2025 03:35:52 +0200 Subject: [PATCH] Update link to CLN docs (#2466) --- wallets/lib/protocols/clnRest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets/lib/protocols/clnRest.js b/wallets/lib/protocols/clnRest.js index 6e387765..f369601f 100644 --- a/wallets/lib/protocols/clnRest.js +++ b/wallets/lib/protocols/clnRest.js @@ -27,7 +27,7 @@ export default { '```lightning-cli createrune restrictions=\'["method=invoice"]\'```', 'Or this if you are on v24.11 or later:', '```lightning-cli createrune restrictions=\'[["method=invoice"]]\'```', - '[see `createrune` documentation](https://docs.corelightning.org/reference/lightning-createrune#restriction-format)' + '[see `createrune` documentation](https://docs.corelightning.org/reference/createrune#restriction-format)' ], placeholder: 'S34KtUW-6gqS_hD_9cc_PNhfF-NinZyBOCgr1aIrark9NCZtZXRob2Q9aW52b2ljZQ==', validate: runeValidator({ method: 'invoice' }),