From 80cd0ac03541e70516ff676048e10fc9bcf27161 Mon Sep 17 00:00:00 2001 From: Nisaba <34550856+Nisaba@users.noreply.github.com> Date: Wed, 26 Jun 2024 22:32:30 +0000 Subject: [PATCH] Update BTCPay doc link Signed-off-by: Nisaba <34550856+Nisaba@users.noreply.github.com> --- app/Models/Gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index e62221d8b02e..5d8c20d7c439 100644 --- a/app/Models/Gateway.php +++ b/app/Models/Gateway.php @@ -104,7 +104,7 @@ class Gateway extends StaticModel } elseif ($this->id == 59) { $link = 'https://www.forte.net/'; } elseif ($this->id == 62) { - $link = 'https://docs.btcpayserver.org'; + $link = 'https://docs.btcpayserver.org/InvoiceNinja/'; } return $link;