-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated link to createAllocTreeIx function #34184
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for noticing and fixing! I think we should keep the link to the docs rather than the source code. What do you think?
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
This page got moved to another repo, so I've proposed it over at solana-foundation/developer-content#37 -- closing this PR |
Thanks again for your contribution! |
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
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
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
Problem
Link to createAllocTreeIx was broken
Summary of Changes
Updated from
https://solana-labs.github.io/solana-program-library/account-compression/sdk/docs/modules/index.html#createAllocTreeIx
to
https://github.com/solana-labs/solana-program-library/blob/e4908b929f69f108f978b586bd0cd5b43f24cb1e/account-compression/sdk/src/instructions/index.ts#L169
Fixes #