Update help link

This commit is contained in:
nicolas.dorier 2019-09-29 16:12:03 +09:00
parent 0f46da2e6b
commit 1c2c3ede80
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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());