Fix 404 link (#1682)

This commit is contained in:
Riccardo Masutti 2020-06-23 15:52:19 +02:00 committed by GitHub
parent 13569fe4a2
commit 631d97c6b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>