mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
Fix 404 link (#1682)
This commit is contained in:
parent
13569fe4a2
commit
631d97c6b3
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@
|
|||
<div class="form-check">
|
||||
<input asp-for="NoChange" class="form-check-input" />
|
||||
<label asp-for="NoChange" class="form-check-label"></label>
|
||||
<a href="https://docs.btcpayserver.org/Wallet/#don-t-create-utxo-change" target="_blank">
|
||||
<a href="https://docs.btcpayserver.org/Wallet/#dont-create-utxo-change" target="_blank">
|
||||
<span class="fa fa-question-circle-o" title="More information..."></span>
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue