Skip to content

Commit

Permalink
fix links (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSackerberg authored Jan 14, 2025
1 parent d5720db commit 6587c61
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/pages/candy-machine/pnfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The `initializeV2` instruction can also be used to create a Candy Machine that m

Also, note that some optional accounts may be required depending on the token standard you choose. For example, the `ruleSet` account may be provided to assign a specific rule set to all minted Programmable NFTs. If no `ruleSet` account is provided, it will use the rule set of the Collection NFT if any. Otherwise, minted Programmable NFTs will simply not have any rule set assigned. On the other hand, the `ruleSet` account will be ignored when minting regular NFTs.

Additionally, the `collectionDelegateRecord` account should now refer to the new [Metadata Delegate Record](https://docs.rs/mpl-token-metadata/latest/mpl_token_metadata/state/struct.MetadataDelegateRecord.html) from Token Metadata.
Additionally, the `collectionDelegateRecord` account should now refer to the new [Metadata Delegate Record](https://docs.rs/mpl-token-metadata/latest/mpl_token_metadata/accounts/struct.MetadataDelegateRecord.html) from Token Metadata.

You may want to read the "[Create Candy Machines](/candy-machine/manage#create-candy-machines)" section of this documentation for more details but here are some examples on how to use our SDKs to create a new Candy Machine that mints Programmable NFTs.

Expand Down
4 changes: 0 additions & 4 deletions src/pages/community-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ Send a tweet to [@metaplex](https://twitter.com/metaplex) or [edit this page on
- [Guide to Airdrop Using Metaplex](https://hackmd.io/@8LSEewFFQ2OwXMjUKZP-pA/HJ7jMxYEF)
- [SkeletonCrew's Air Support](https://github.com/theskeletoncrew/air-support)

## NFT Viewing

- [Steps for Metaplex NFT Display](https://gist.github.com/creativedrewy/9bce794ff278aae23b64e6dc8f10e906)

## Token Metadata

- [Mint NFTs on Solana Using Rust and Metaplex Token Metadata](https://betterprogramming.pub/how-to-mint-nfts-on-solana-using-rust-and-metaplex-f66bac717cb8)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ route(umi, {
})
```

API References: [route](https://mpl-core-candy-machine.typedoc.metaplex.com/functions/route.html), [freezeTokenPaymentRouteArgsUnlockFunds](https://mpl-core-candy-machine.typedoc.metaplex.com/types/freezeTokenPaymentRouteArgsUnlockFunds.html)
API References: [route](https://mpl-core-candy-machine.typedoc.metaplex.com/functions/route.html), [freezeTokenPaymentRouteArgsUnlockFunds](https://mpl-core-candy-machine.typedoc.metaplex.com/types/FreezeTokenPaymentRouteArgsUnlockFunds.html)

{% /totem %}
{% /dialect %}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/das-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Metaplex Digital Asset Standard (DAS) API represents a unified interface for
The API defines a set of methods that RPCs implement in order to provide asset data. In the majority of cases, the data is indexed using Metaplex Digital Asset RPC infrastructure.

## Core Extension
In addition to the general DAS SDK an extension for [MPL Core](/core) has been created that directly returns you the correct types to further use with the MPL Core SDKs. It also automatically derives the plugins in assets inherited from the collection and provides functions for [DAS-to-Core type conversions](//TODO).
In addition to the general DAS SDK an extension for [MPL Core](/core) has been created that directly returns you the correct types to further use with the MPL Core SDKs. It also automatically derives the plugins in assets inherited from the collection and provides functions for [DAS-to-Core type conversions](/das-api/core-extension/convert-das-asset-to-core).

{% quick-links %}

Expand Down
1 change: 0 additions & 1 deletion src/pages/legacy-documentation/auction-house/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,5 @@ We will also explore how to track listings, bids and sales on Auction Houses and

## Additional Reading Material

- [Prof Lupin's Auction House guide](https://proflupin.xyz/metaplex-auction-house)
- [Jordan's twitter thread](https://twitter.com/redacted_j/status/1453926144248623104)
- [Armani's twitter thread](https://twitter.com/armaniferrante/status/1460760940454965248)

0 comments on commit 6587c61

Please sign in to comment.