From 2b20c9d2d4ef571b7757508dbee3cf678b78b57f Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Mon, 18 Dec 2023 15:25:03 -0800 Subject: [PATCH] Fix broken link in desktop wallet readme --- content/_code-samples/build-a-desktop-wallet/js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_code-samples/build-a-desktop-wallet/js/README.md b/content/_code-samples/build-a-desktop-wallet/js/README.md index 0c5db5887d..7689825b80 100644 --- a/content/_code-samples/build-a-desktop-wallet/js/README.md +++ b/content/_code-samples/build-a-desktop-wallet/js/README.md @@ -2,7 +2,7 @@ Build a non-custodial XRP Ledger wallet application in JavaScript that runs on the desktop using Electron. -For the full documentation, refer to the [Build a Wallet in JavaScript tutorial](build-a-wallet-in-javascript.html). +For the full documentation, refer to the [Build a Wallet in JavaScript tutorial](https://xrpl.org/build-a-wallet-in-javascript.html). ## TL;DR