Skip to content

Commit

Permalink
Update compressed-nfts.md (#37)
Browse files Browse the repository at this point in the history
solana-labs/solana#34184 contains a fix for a link in the compressed NFTs page, but with the move it has to go elsewhere.

cc @metasal1
  • Loading branch information
FrontendDev1025 committed Dec 15, 2023
1 parent 9b3d0dd commit 5b8b0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/javascript/compressed-nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b8b0c9

Please sign in to comment.