diff --git a/apps/base-docs/docs/pages/cookbook/use-case-guides/nft-minting.mdx b/apps/base-docs/docs/pages/cookbook/use-case-guides/nft-minting.mdx index 11532eade69..eee8bdfe7ee 100644 --- a/apps/base-docs/docs/pages/cookbook/use-case-guides/nft-minting.mdx +++ b/apps/base-docs/docs/pages/cookbook/use-case-guides/nft-minting.mdx @@ -572,7 +572,7 @@ SVG images aren't working in Frames on mobile clients. Stay tuned on the Base ch In this tutorial, you learned how to create [Farcaster] frames. You then updated it to airdrop an NFT to users who click the button in your frame. Finally, you learned how to pull real NFT images from the blockchain, and display them in your frames. -[Base Learn]: https://docs.base.org/base-learn/docs/welcome +[Base Learn]: https://docs.base.org/learn/welcome [ERC-721 Tokens]: https://docs.base.org/base-learn/docs/erc-721-token/erc-721-standard-video [testnet version of Opensea]: https://testnets.opensea.io/ [Farcaster]: https://www.farcaster.xyz/ @@ -582,9 +582,9 @@ In this tutorial, you learned how to create [Farcaster] frames. You then updated [Frame Validator]: https://warpcast.com/~/developers/frames [Base channel]: https://warpcast.com/~/channel/base [Onchain NFTs]: ./simple-onchain-nfts -[Frames]: https://warpcast.notion.site/Farcaster-Frames-4bd47fe97dc74a42a48d3a234636d8c5 +[Frames]: https://docs.farcaster.xyz/developers/frames/ [viem]: https://viem.sh/ [BaseScan]: https://basescan.org/ [Land, Sea, and Sky]: https://github.com/base-org/land-sea-and-sky -[transaction in a frame]: /tutorials/farcaster-frames-transactions +[transaction in a frame]: ./transactions.mdx