diff --git a/docs/01-programs/01-token-metadata/00-overview.md b/docs/01-programs/01-token-metadata/00-overview.md index f57f1691c..4eb735274 100644 --- a/docs/01-programs/01-token-metadata/00-overview.md +++ b/docs/01-programs/01-token-metadata/00-overview.md @@ -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) diff --git a/docs/01-programs/01-token-metadata/04-token-standard.md b/docs/01-programs/01-token-metadata/04-token-standard.md index f9988c350..a57135ece 100644 --- a/docs/01-programs/01-token-metadata/04-token-standard.md +++ b/docs/01-programs/01-token-metadata/04-token-standard.md @@ -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).