fix(gui): Link to github docs should be /dev-docs instead of /docs (#140)

This commit is contained in:
binarybaron 2024-11-09 12:16:57 +01:00 committed by GitHub
parent bd3fca7e41
commit 3614b9f9d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,7 @@ function WalletDescriptorModal({
</li>
<li>
For more information on what to do with the descriptor, see our
{" "}<Link href="https://github.com/UnstoppableSwap/core/blob/master/docs/asb/README.md#exporting-the-bitcoin-wallet-descriptor" target="_blank">documentation</Link>
{" "}<Link href="https://github.com/UnstoppableSwap/core/blob/master/dev-docs/asb/README.md#exporting-the-bitcoin-wallet-descriptor" target="_blank">documentation</Link>
</li>
</ul>
</DialogContentText>