fix last couple of images on docs

This commit is contained in:
forest 2021-07-21 16:41:44 -05:00
parent 9f8d169f1b
commit 9e6036da28
1 changed files with 3 additions and 3 deletions

View File

@ -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/<store-id>/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
## <a name="0_conf_diagram"></a>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 <a download href="readme/btcpayment_process.drawio">diagram file</a> 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.