From 965382d9c2e1a2f71e0fd8f6bfa928cc27db3462 Mon Sep 17 00:00:00 2001 From: Jon Cinque Date: Thu, 14 Dec 2023 13:57:04 +0100 Subject: [PATCH] Update compressed-nfts.md https://github.com/solana-labs/solana/pull/34184 contains a fix for a link in the compressed NFTs page, but with the move it has to go elsewhere. cc @metasal1 --- content/guides/javascript/compressed-nfts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/javascript/compressed-nfts.md b/content/guides/javascript/compressed-nfts.md index b849be038..a6196a2e7 100644 --- a/content/guides/javascript/compressed-nfts.md +++ b/content/guides/javascript/compressed-nfts.md @@ -281,7 +281,7 @@ two related instructions: 2. actually create the tree, owned by the Bubblegum program Using the -[`createAllocTreeIx`](https://solana-labs.github.io/solana-program-library/account-compression/sdk/docs/modules/index.html#createAllocTreeIx) +[`createAllocTreeIx`](https://solana-labs.github.io/solana-program-library/account-compression/sdk/modules/index.html#createAllocTreeIx) helper function, we allocate enough space on-chain for our tree. ```ts