From 9e6036da289d96348405fae95f284cdd13e123b5 Mon Sep 17 00:00:00 2001 From: forest Date: Wed, 21 Jul 2021 16:41:44 -0500 Subject: [PATCH] fix last couple of images on docs --- docs/btcpay.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/btcpay.md b/docs/btcpay.md index 5f811d7..4db164a 100644 --- a/docs/btcpay.md +++ b/docs/btcpay.md @@ -26,7 +26,7 @@ This requires your btcpay server account to have access to the capsul store. Ask Navigate to `Manage store: Access Tokens` at: `https://btcpay.cyberia.club/stores//Tokens` -![](readme/btcpay_sin_pairing.jpg) +![](images/btcpay_sin_pairing.jpg) Finally, send an http request to the btcpay server to complete the pairing: @@ -43,7 +43,7 @@ It should respond with a token: And you should see the token in the btcpay server UI: -![](readme/paired.jpg) +![](images/paired.jpg) Now simply set your `BTCPAY_PRIVATE_KEY` variable in `.env` @@ -62,7 +62,7 @@ I used litecoin to test cryptocurrency payments, because its the simplest & lowe ## sequence diagram explaining how BTC payment process works (how we accept 0-confirmation transactions 😀) -![btcpayment_process](readme/btcpayment_process.png) +![btcpayment_process](images/btcpayment_process.png) This diagram was created with https://app.diagrams.net/. To edit it, download the diagram file and edit it with the https://app.diagrams.net/ web application, or you may run the application from [source](https://github.com/jgraph/drawio) if you wish.