mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 15:04:19 +01:00
Update help link
This commit is contained in:
@@ -175,7 +175,7 @@ namespace BTCPayServer.Controllers
|
|||||||
if (supported.Count == 0)
|
if (supported.Count == 0)
|
||||||
{
|
{
|
||||||
StringBuilder errors = new StringBuilder();
|
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())
|
foreach (var error in logs.ToList())
|
||||||
{
|
{
|
||||||
errors.AppendLine(error.ToString());
|
errors.AppendLine(error.ToString());
|
||||||
|
|||||||
Reference in New Issue
Block a user