diff --git a/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md b/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md index 5a8a00d8ab..fdfbac79df 100644 --- a/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md +++ b/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md @@ -90,7 +90,7 @@ The results show that the Issuer account has been credited 25 XRP. The Buyer acc # 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 diff --git a/content/tutorials/quickstart/batch-mint-nfts-using-javascript.md b/content/tutorials/quickstart/batch-mint-nfts-using-javascript.md index 226c7b7242..fbc4ff7367 100644 --- a/content/tutorials/quickstart/batch-mint-nfts-using-javascript.md +++ b/content/tutorials/quickstart/batch-mint-nfts-using-javascript.md @@ -18,7 +18,7 @@ A best practice is to use `Tickets` to reserve the transaction sequence numbers. ## 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 @@ -51,7 +51,7 @@ The difference between this function and the `getTokens()` function used earlier # 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 diff --git a/content/tutorials/quickstart/broker-an-nft-sale-using-javascript.md b/content/tutorials/quickstart/broker-an-nft-sale-using-javascript.md index b8f124896b..eaa600b681 100644 --- a/content/tutorials/quickstart/broker-an-nft-sale-using-javascript.md +++ b/content/tutorials/quickstart/broker-an-nft-sale-using-javascript.md @@ -22,7 +22,7 @@ This example shows how to: [![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 @@ -89,7 +89,7 @@ After accepting a buy offer, a best practice for the broker is to cancel all oth # 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 diff --git a/content/tutorials/quickstart/create-accounts-send-xrp-using-javascript.md b/content/tutorials/quickstart/create-accounts-send-xrp-using-javascript.md index 882cb71d4c..c9a04eeb85 100644 --- a/content/tutorials/quickstart/create-accounts-send-xrp-using-javascript.md +++ b/content/tutorials/quickstart/create-accounts-send-xrp-using-javascript.md @@ -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 diff --git a/content/tutorials/quickstart/create-conditional-escrows-using-javascript.md b/content/tutorials/quickstart/create-conditional-escrows-using-javascript.md index 311336b109..a568eeb669 100644 --- a/content/tutorials/quickstart/create-conditional-escrows-using-javascript.md +++ b/content/tutorials/quickstart/create-conditional-escrows-using-javascript.md @@ -23,7 +23,7 @@ This example shows how to: ## 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 @@ -116,7 +116,7 @@ If you forget to save the sequence number, you can find it in the escrow transac # 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 diff --git a/content/tutorials/quickstart/create-time-based-escrows-using-javascript.md b/content/tutorials/quickstart/create-time-based-escrows-using-javascript.md index 23608eb8fa..8c63619ccf 100644 --- a/content/tutorials/quickstart/create-time-based-escrows-using-javascript.md +++ b/content/tutorials/quickstart/create-time-based-escrows-using-javascript.md @@ -114,7 +114,7 @@ If you forget to save the sequence number, you can find it in the escrow transac # 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 diff --git a/content/tutorials/quickstart/create-trustline-send-currency-using-javascript.md b/content/tutorials/quickstart/create-trustline-send-currency-using-javascript.md index 8653a43a6e..6ffb46ceb9 100644 --- a/content/tutorials/quickstart/create-trustline-send-currency-using-javascript.md +++ b/content/tutorials/quickstart/create-trustline-send-currency-using-javascript.md @@ -21,7 +21,7 @@ This example shows how to: [![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. @@ -62,7 +62,7 @@ To transfer an issued currency token, once you have created a trust line: # 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 diff --git a/content/tutorials/quickstart/mint-and-burn-nfts-using-javascript.md b/content/tutorials/quickstart/mint-and-burn-nfts-using-javascript.md index 5f6002e175..454d24785b 100644 --- a/content/tutorials/quickstart/mint-and-burn-nfts-using-javascript.md +++ b/content/tutorials/quickstart/mint-and-burn-nfts-using-javascript.md @@ -19,7 +19,7 @@ This example shows how to: # 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 @@ -65,7 +65,7 @@ To permanently destroy a NFT: # 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 diff --git a/content/tutorials/quickstart/py-transfer-nfts.md b/content/tutorials/quickstart/py-transfer-nfts.md index f03103ae78..05e92749d7 100644 --- a/content/tutorials/quickstart/py-transfer-nfts.md +++ b/content/tutorials/quickstart/py-transfer-nfts.md @@ -120,7 +120,7 @@ To cancel a buy or sell offer that you have created: # 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 This module contains the new methods `create_sell_offer`, `create_buy_offer`, `accept_sell_offer`, `accept_buy_offer`, `get_offers`, and `cancel_offer`. diff --git a/content/tutorials/quickstart/transfer-nfts-using-javascript.md b/content/tutorials/quickstart/transfer-nfts-using-javascript.md index 80e90af8f2..1b3c5a9a70 100644 --- a/content/tutorials/quickstart/transfer-nfts-using-javascript.md +++ b/content/tutorials/quickstart/transfer-nfts-using-javascript.md @@ -105,7 +105,7 @@ To cancel a buy or sell offer that you have created: # 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