Fix links when landing at root URL

This commit is contained in:
Ross Savage
2024-02-09 09:31:14 +01:00
parent b81df4ca62
commit da77d57392
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ Join this [telegram group](https://t.me/breezsdk) or email us at <contact@breez.
## Installing ## Installing
Breez SDK is available in several platforms. Follow the [Installing](install.md) page for instructions on how to install on your platform. Breez SDK is available in several platforms. Follow the [Installing](/guide/install.md) page for instructions on how to install on your platform.
## Connecting ## Connecting
@@ -184,4 +184,4 @@ At any point we can fetch our balance from the Greenlight node:
</section> </section>
</custom-tabs> </custom-tabs>
You are now ready to receive a Lightning [payment](payments.md). You are now ready to receive a Lightning [payment](/guide/payments.md).

View File

@@ -1,6 +1,6 @@
# Receiving payments via mobile notifications # Receiving payments via mobile notifications
The Breez SDK provides users the ability to receive Lightning payments via mobile notifications. It uses a webhook that allows your application to be notified (via a pre-specified URL) when a payment is about to be received. To use this feature, you need to set up a webhook that an LSP can call when a payment is received and [register it in the Breez SDK](https://sdk-doc.breez.technology/guide/payment_notification.html#step-3-register-a-webhook). This webhook, a URL endpoint in your application, will handle incoming payment notifications. This URL should be capable of receiving POST requests. The payment received webhook payload is json formatted and contains the following structure: The Breez SDK provides users the ability to receive Lightning payments via mobile notifications. It uses a webhook that allows your application to be notified (via a pre-specified URL) when a payment is about to be received. To use this feature, you need to set up a webhook that an LSP can call when a payment is received and [register it in the Breez SDK](payment_notification.html#step-3-register-a-webhook). This webhook, a URL endpoint in your application, will handle incoming payment notifications. This URL should be capable of receiving POST requests. The payment received webhook payload is json formatted and contains the following structure:
<section> <section>
<pre> <pre>