diff --git a/src/guide/getting_started.md b/src/guide/getting_started.md index 548b0a1..358a673 100644 --- a/src/guide/getting_started.md +++ b/src/guide/getting_started.md @@ -27,7 +27,7 @@ Join this [telegram group](https://t.me/breezsdk) or email us at -You are now ready to receive a Lightning [payment](payments.md). +You are now ready to receive a Lightning [payment](/guide/payments.md). diff --git a/src/guide/payment_notification.md b/src/guide/payment_notification.md index 770f2f0..54fba4c 100644 --- a/src/guide/payment_notification.md +++ b/src/guide/payment_notification.md @@ -1,6 +1,6 @@ # 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: