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

@@ -90,7 +90,7 @@ The results show that the Issuer account has been credited 25 XRP. The Buyer acc
# Code Walkthrough # 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} 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/){.github-code-download} archive to try each of the samples in your own browser.
## Set Minter ## Set Minter

View File

@@ -18,7 +18,7 @@ A best practice is to use `Tickets` to reserve the transaction sequence numbers.
## Usage ## Usage
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} archive to try the sample in your own browser. You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/){.github-code-download} archive to try the sample in your own browser.
## Get an Account ## Get an Account
@@ -51,7 +51,7 @@ The difference between this function and the `getTokens()` function used earlier
# Code Walkthrough # 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} 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/){.github-code-download} archive to try each of the samples in your own browser.
## Get Account From Seed ## Get Account From Seed

View File

@@ -22,7 +22,7 @@ This example shows how to:
[![Quickstart form with Broker Account](img/quickstart21.png)](img/quickstart21.png) [![Quickstart form with Broker Account](img/quickstart21.png)](img/quickstart21.png)
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} 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/){.github-code-download} archive to try each of the samples in your own browser.
## Get Accounts ## Get Accounts
@@ -89,7 +89,7 @@ After accepting a buy offer, a best practice for the broker is to cancel all oth
# Code Walkthrough # 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} archive to examine the code samples. You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/){.github-code-download} archive to examine the code samples.
## ripplex5-broker-nfts.js ## ripplex5-broker-nfts.js
<!-- SPELLING_IGNORE: ripplex5 --> <!-- SPELLING_IGNORE: ripplex5 -->

View File

@@ -28,7 +28,7 @@ To get started, create a new folder on your local disk and install the JavaScrip
npm install xrpl 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. **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 # 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 ## ripplex-1-send-xrp.js

View File

@@ -23,7 +23,7 @@ This example shows how to:
## Prerequisites ## Prerequisites
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.
## Usage ## Usage
@@ -116,7 +116,7 @@ If you forget to save the sequence number, you can find it in the escrow transac
# Code Walkthrough # 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.
## getConditionAndFulfillment.js ## getConditionAndFulfillment.js

View File

@@ -114,7 +114,7 @@ If you forget to save the sequence number, you can find it in the escrow transac
# Code Walkthrough # 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.
## ripple8-escrow.js ## ripple8-escrow.js

View File

@@ -21,7 +21,7 @@ This example shows how to:
[![Test harness with currency transfer](img/quickstart5.png)](img/quickstart5.png) [![Test harness with currency transfer](img/quickstart5.png)](img/quickstart5.png)
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} 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/){.github-code-download} archive to try each of the samples in your own browser.
**Note:** Without the Quickstart Samples, you will not be able to try the examples that follow. **Note:** Without the Quickstart Samples, you will not be able to try the examples that follow.
@@ -62,7 +62,7 @@ To transfer an issued currency token, once you have created a trust line:
# Code Walkthrough # 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} 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/){.github-code-download} archive to try each of the samples in your own browser.
## ripplex2-send-currency.js ## ripplex2-send-currency.js
<!-- SPELLING_IGNORE: ripplex2 --> <!-- SPELLING_IGNORE: ripplex2 -->

View File

@@ -19,7 +19,7 @@ This example shows how to:
# Usage # Usage
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} archive to try the sample in your own browser. You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/){.github-code-download} archive to try the sample in your own browser.
## Get Accounts ## Get Accounts
@@ -65,7 +65,7 @@ To permanently destroy a NFT:
# Code Walkthrough # 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} archive to examine the code samples. You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/js/){.github-code-download} archive to examine the code samples.
## ripplex3-mint-nfts.js ## ripplex3-mint-nfts.js
<!-- SPELLING_IGNORE: ripplex3 --> <!-- SPELLING_IGNORE: ripplex3 -->

View File

@@ -120,7 +120,7 @@ To cancel a buy or sell offer that you have created:
# Code Walkthrough # Code Walkthrough
You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-portal/tree/master/content/_code-samples/quickstart/python/){.github-code-download} 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/py/){.github-code-download} archive to try each of the samples in your own browser.
## mod4.py ## mod4.py
This module contains the new methods `create_sell_offer`, `create_buy_offer`, `accept_sell_offer`, `accept_buy_offer`, `get_offers`, and `cancel_offer`. This module contains the new methods `create_sell_offer`, `create_buy_offer`, `accept_sell_offer`, `accept_buy_offer`, `get_offers`, and `cancel_offer`.

View File

@@ -105,7 +105,7 @@ To cancel a buy or sell offer that you have created:
# Code Walkthrough # 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} 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/){.github-code-download} archive to try each of the samples in your own browser.
## Create Sell Offer ## Create Sell Offer