Remove {.github-code-download}

This commit is contained in:
mDuo13
2024-10-09 15:35:41 -07:00
parent f42bb6c813
commit 610a5e7d29
23 changed files with 49 additions and 49 deletions

View File

@@ -29,7 +29,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/_code-samples/quickstart/js/)<!-- {.github-code-download} --> archive.
Download and expand the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/_code-samples/quickstart/js/) archive.
{% admonition type="info" name="Note" %}Without the Quickstart Samples, you will not be able to try the examples that follow. {% /admonition %}
@@ -71,7 +71,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/_code-samples/quickstart/js/)<!-- {.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/_code-samples/quickstart/js/)in the source repository for this website.
## ripplex-1-send-xrp.js