Skip to content

Commit

Permalink
fix url for a working example
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomas committed Dec 24, 2024
1 parent 41eb554 commit d186c9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/appkit/javascript/solana/about/programs.mdx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion docs/appkit/next/solana/about/programs.mdx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion docs/appkit/react/solana/about/programs.mdx
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion docs/appkit/vue/solana/programs.mdx
Original file line number Diff line number Diff line change
@@ -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';
Expand Down

0 comments on commit d186c9b

Please sign in to comment.