From 330262ea223a808f9f62f52083639976ede865cb Mon Sep 17 00:00:00 2001 From: benarc Date: Wed, 8 May 2024 23:39:12 +0100 Subject: [PATCH] hotfix: extended description --- config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 205b925..b5a411c 100644 --- a/config.json +++ b/config.json @@ -52,17 +52,17 @@ ], "images": [ { - "uri": "https://raw.githubusercontent.com/lnbits/copilot/main/static/1.png" + "uri": "https://raw.githubusercontent.com/lnbits/boltcards/main/static/image/1.png" }, { - "uri": "https://raw.githubusercontent.com/lnbits/copilot/main/static/2.png", + "uri": "https://raw.githubusercontent.com/lnbits/boltcards/main/static/image/2.png", "link": "https://www.youtube.com/watch?v=_sW7miqaXJc" }, { - "uri": "https://raw.githubusercontent.com/lnbits/copilot/main/static/3.jpg" + "uri": "https://raw.githubusercontent.com/lnbits/boltcards/main/static/image/3.jpg" } ], - "description_md": "https://raw.githubusercontent.com/lnbits/copilot/main/description.md", - "terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/copilot/main/toc.md", + "description_md": "https://raw.githubusercontent.com/lnbits/boltcards/main/description.md", + "terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/boltcards/main/toc.md", "license": "MIT" }