fix sample code links

This commit is contained in:
ddawson
2023-09-06 11:12:15 -07:00
parent d02a953b46
commit d4396cac76
10 changed files with 16 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ To get started, create a new folder on your local disk and install the JavaScrip
npm install xrpl
```
Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip){.github-code-download} archive.
Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/){.github-code-download} archive.
**Note:** Without the Quickstart Samples, you will not be able to try the examples that follow.
@@ -62,7 +62,7 @@ To transfer XRP from the Operational account to the Standby account:
# Code Walkthrough
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip){.github-code-download} in the source repository for this website.
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/){.github-code-download} in the source repository for this website.
## ripplex-1-send-xrp.js