From 1c2c3ede80d18d75be9e7105a0bd16c32893c1b4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sun, 29 Sep 2019 16:12:03 +0900 Subject: [PATCH] Update help link --- BTCPayServer/Controllers/InvoiceController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Controllers/InvoiceController.cs b/BTCPayServer/Controllers/InvoiceController.cs index aa140b076..b04ab3492 100644 --- a/BTCPayServer/Controllers/InvoiceController.cs +++ b/BTCPayServer/Controllers/InvoiceController.cs @@ -175,7 +175,7 @@ namespace BTCPayServer.Controllers if (supported.Count == 0) { StringBuilder errors = new StringBuilder(); - errors.AppendLine("Warning: No wallet has been linked to your BTCPay Store. See the following link for more information on how to connect your store and wallet. (https://docs.btcpayserver.org/btcpay-basics/gettingstarted#connecting-btcpay-store-to-your-wallet)"); + errors.AppendLine("Warning: No wallet has been linked to your BTCPay Store. See the following link for more information on how to connect your store and wallet. (https://docs.btcpayserver.org/getting-started/connectwallet)"); foreach (var error in logs.ToList()) { errors.AppendLine(error.ToString());