Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
update: broken links to pNFT guides
Browse files Browse the repository at this point in the history
  • Loading branch information
jim4067 committed Aug 8, 2023
1 parent d5b8c66 commit 9ec1f17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/01-programs/01-token-metadata/00-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ A good example of why this can be problematic is that Token Metadata cannot enfo

It is then up to the creators to define custom operation-specific authorization rules that will be enforced by the Token Metadata program. These are defined in a special **RuleSet** account which is attached to the Metadata account. An example of such RuleSet could be an allowlist of program addresses that honor royalties. RuleSets are part of a new Metaplex program called [Token Auth Rules](https://github.com/metaplex-foundation/mpl-token-auth-rules).

You can [read more about Programmable NFTs here](https://github.com/metaplex-foundation/metaplex-program-library/blob/master/token-metadata/program/ProgrammableNFTGuide.md).
You can [read more about Programmable NFTs here](https://github.com/metaplex-foundation/mpl-token-metadata/blob/main/programs/token-metadata/program/ProgrammableNFTGuide.md).

![Diagram of a Programmable NFT listing all the accounts they require.](/assets/programs/token-metadata/Token-Metadata-Overview-8.png#radius)

Expand Down
2 changes: 1 addition & 1 deletion docs/01-programs/01-token-metadata/04-token-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ These are the "standard" non-fungible tokens the community is already familiar w

This standard is similar to the **Non-Fungible** standard above, except that the underlying token account is kept frozen at all times to ensure nobody can transfer, lock or burn Programmable NFTs without going through the Token Metadata program. This enables creators to define custom authorization rules for their NFTs such as enforcing secondary sales royalties.

You can [read more about Programmable NFTs here](https://github.com/metaplex-foundation/metaplex-program-library/blob/master/token-metadata/program/ProgrammableNFTGuide.md).
You can [read more about Programmable NFTs here](https://github.com/metaplex-foundation/mpl-token-metadata/blob/main/programs/token-metadata/program/ProgrammableNFTGuide.md).

<Accordion>
<AccordionTokenStandard
Expand Down

0 comments on commit 9ec1f17

Please sign in to comment.