diff --git a/docs/appkit/javascript/solana/about/programs.mdx b/docs/appkit/javascript/solana/about/programs.mdx index 70bcc1d9..e1cbf5e4 100644 --- a/docs/appkit/javascript/solana/about/programs.mdx +++ b/docs/appkit/javascript/solana/about/programs.mdx @@ -1,6 +1,6 @@ [@Solana/web3.js](https://solana.com/docs/clients/javascript) library allows for seamless interaction with wallets and smart contracts on the Solana blockchain. -For a practical example of how it works, you can refer to this [demo app](https://appkit-solana.vercel.app/). +For a practical example of how it works, you can refer to our [lab dApp](https://appkit-lab.reown.com/library/solana/). ```js import { diff --git a/docs/appkit/next/solana/about/programs.mdx b/docs/appkit/next/solana/about/programs.mdx index 58823557..666db0a7 100644 --- a/docs/appkit/next/solana/about/programs.mdx +++ b/docs/appkit/next/solana/about/programs.mdx @@ -1,6 +1,6 @@ [@Solana/web3.js](https://solana.com/docs/clients/javascript) library allows for seamless interaction with wallets and smart contracts on the Solana blockchain. -For a practical example of how it works, you can refer to this [demo app](https://appkit-solana.vercel.app/). +For a practical example of how it works, you can refer to our [lab dApp](https://appkit-lab.reown.com/library/solana/). ```tsx import { diff --git a/docs/appkit/react/solana/about/programs.mdx b/docs/appkit/react/solana/about/programs.mdx index 58823557..666db0a7 100644 --- a/docs/appkit/react/solana/about/programs.mdx +++ b/docs/appkit/react/solana/about/programs.mdx @@ -1,6 +1,6 @@ [@Solana/web3.js](https://solana.com/docs/clients/javascript) library allows for seamless interaction with wallets and smart contracts on the Solana blockchain. -For a practical example of how it works, you can refer to this [demo app](https://appkit-solana.vercel.app/). +For a practical example of how it works, you can refer to our [lab dApp](https://appkit-lab.reown.com/library/solana/). ```tsx import { diff --git a/docs/appkit/vue/solana/programs.mdx b/docs/appkit/vue/solana/programs.mdx index bb8e1a3d..e357518c 100644 --- a/docs/appkit/vue/solana/programs.mdx +++ b/docs/appkit/vue/solana/programs.mdx @@ -1,6 +1,6 @@ [@Solana/web3.js](https://solana.com/docs/clients/javascript) library allows for seamless interaction with wallets and smart contracts on the Solana blockchain. -For a practical example of how it works, you can refer to this [demo app](https://appkit-solana.vercel.app/). +For a practical example of how it works, you can refer to our [lab dApp](https://appkit-lab.reown.com/library/solana/). ```tsx import { ref } from 'vue';