diff --git a/app/Models/Gateway.php b/app/Models/Gateway.php index e62221d8b0..5d8c20d7c4 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;