Browse Source

semrush internal errors fix

tonyboylehub 10 months ago
parent
commit
e54fd6ef57

+ 1 - 1
src/pages/core/json-schema.md

@@ -211,7 +211,7 @@ If you miss some fields that you knew from Metaplex Token Metadata those are pro
 - **external_url**: Link to an external website for the NFT
   - Example: `https://www.myproject.io/nft/123`
 
-- **attributes**: Array of traits and their values. These can alternatively be stored onchain using the [Attributes Plugin](/core/plugins/attributes)
+- **attributes**: Array of traits and their values. These can alternatively be stored onchain using the [Attributes Plugin](/core/plugins/attribute)
   - Example:
     ```json
     {

+ 1 - 1
src/pages/core/sdk/index.md

@@ -8,7 +8,7 @@ Select the language / library you want to use below to get started with the new
 
 {% quick-links %}
 
-{% quick-link title="JavaScript" icon="JavaScript" href="/core/getting-started/js" description="Get started with our JavaScript library for MPL-Core based on the Umi framework." /%}
+{% quick-link title="JavaScript" icon="JavaScript" href="/core/sdk/js" description="Get started with our JavaScript library for MPL-Core based on the Umi framework." /%}
 
 {% quick-link title="Rust" icon="Rust" href="/core/sdk/rust" description="Get started using our MPL-Core Rust crate." /%}
 

+ 1 - 1
src/pages/guides/javascript/how-to-create-an-nft-on-solana.md

@@ -20,7 +20,7 @@ Token Metadata is a protocol within Metaplex that focuses on the metadata aspect
 - Plugins: Core provides an advanced plugin system that allows Core Assets and Collections to store extra state, provide lifecycle validations, and an enhanced dynamic experience. The possibilities here are endless!
 - Cost: While not as cheap as Bubblegum, Core is **significantly cheaper** to create and mint compared to Token Metadata due to the optimized account structures.
 
-[Create An NFT with Core](/core/guides/javascript/how-to-create-a-core-nft-asset)
+[Create An NFT with Core](/core/guides/javascript/how-to-create-a-core-nft-asset-with-javascript)
 
 ## Token Metadata NFT/pNFT