From ea0bad889ae51bd1741eda6a54d73921ab5db36b Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Mon, 23 Jun 2025 14:31:05 -0700 Subject: [PATCH] link to topics, not forms --- docs/tutorials/javascript/nfts/broker-an-nft-sale.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/javascript/nfts/broker-an-nft-sale.md b/docs/tutorials/javascript/nfts/broker-an-nft-sale.md index 7ef6483def..a90bfe56e2 100644 --- a/docs/tutorials/javascript/nfts/broker-an-nft-sale.md +++ b/docs/tutorials/javascript/nfts/broker-an-nft-sale.md @@ -26,9 +26,9 @@ You can download the [NFT Modular Tutorials](../../../../_code-samples/nft-modul To create a brokered sale, you need a broker account, a Sell Offer with the broker account as its **Destination**, and one or more Buy Offers for the same NFT. -1. Optionally use the [Account Configurator (ZIP)](../../../../_code-samples/account-configurator/js/account-configurator.zip) to create your Broker account. -2. Use a different issuer account in the [Mint NFT](../../../../_code-samples/nft-modular-tutorials/mint-nfts.html) form to mint a new NFT to sell. -3. Use the issuer account in the [Transfer NFTs](../../../../_code-samples/nft-modular-tutorials/transfer-nfts.html) form to create a **Sell Offer** for the NFT with the Broker account as its **Destination**. +1. Optionally use the [Account Configurator](../../../concepts/accounts/configuring-accounts.md) to create your Broker account. +2. Use a different issuer account in the [Mint NFT](./mint-and-burn-nfts.md) form to mint a new NFT to sell. +3. Use the issuer account in the [Transfer NFTs](./transfer-nfts.md) form to create a **Sell Offer** for the NFT with the Broker account as its **Destination**. 4. Use one or more other accounts to create **Buy Offers** for the NFT. ## Get Accounts