Code samples cleanup:

- Move Quickstart to a language folder
- Copy-edits to code sample blurbs/titles
This commit is contained in:
mDuo13
2022-05-13 13:20:43 -07:00
parent cafb714104
commit e38318abb0
10 changed files with 14 additions and 31 deletions

View File

@@ -26,7 +26,7 @@ This example shows how to:
![Test harness with currency transfer](img/quickstart5.png)
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/quickstart.zip) archive to try each of the samples in your own browser.
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip) archive to try each of the samples in your own browser.
## Usage
@@ -78,7 +78,7 @@ To transfer an issued currency token, once you have created a TrustLine:
# Code Walkthrough
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/quickstart.zip) archive to try each of the samples in your own browser.
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/quickstart.zip) archive to try each of the samples in your own browser.
## ripplex2-send-currency.js