Skip to content

Commit 598e635

Browse files
authored
Merge pull request #616 from reown-com/devin/1725350603-update-appkit-lab-urls
Update all AppKit Lab URLs from /library/ to /appkit/?name= format
2 parents e7b8e8c + fa09d22 commit 598e635

File tree

33 files changed

+48
-48
lines changed

33 files changed

+48
-48
lines changed

appkit/authentication/one-click-auth.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ Enable your users to connect to web3 through a single tap with One-Click Auth, i
5959

6060
<Card
6161
title="Try Demo"
62-
href="https://appkit-lab.reown.com/library/wagmi-siwe/"
62+
href="https://appkit-lab.reown.com/appkit/?name=wagmi-siwe"
6363
/>

appkit/authentication/siwx/default.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This feature allows developers using our SDK to implement authentication by havi
1414
## Demo
1515

1616
<CardGroup cols={2}>
17-
<Card icon="flask" title="Try Demo" href="https://appkit-lab.reown.com/library/siwx-default/" />
17+
<Card icon="flask" title="Try Demo" href="https://appkit-lab.reown.com/appkit/?name=siwx-default" />
1818
</CardGroup>
1919

2020
## Getting Started

appkit/features/multichain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ AppKit is now multichain. The architecture is designed to support both EVM and n
1313

1414
<Card
1515
title="Try Demo"
16-
href="https://appkit-lab.reown.com/library/multichain-wagmi-solana/"
16+
href="https://appkit-lab.reown.com/appkit/?name=multichain-wagmi-solana"
1717
horizontal
1818
/>
1919

appkit/features/onramp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ On-Ramp securely provides users access to over 100 cryptocurrencies from right w
2727
## Demo
2828

2929
<CardGroup cols={2}>
30-
<Card icon="flask" title="Try Demo" href="https://appkit-lab.reown.com/library/wagmi/" />
30+
<Card icon="flask" title="Try Demo" href="https://appkit-lab.reown.com/appkit/?name=wagmi" />
3131
</CardGroup>
3232

3333
## Get Started

appkit/javascript/core/actions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const themeMode = modal.getThemeMode();
229229
## Wallet Buttons
230230

231231

232-
Using wallet buttons ([Demo in our Lab](https://appkit-lab.reown.com/library/wagmi-wallet-button/)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
232+
Using wallet buttons ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
233233
This feature allows to customize dApps, enabling users to connect their wallets effortlessly, all without the need for the traditional modal.
234234

235235
Follow these steps to use the component:

appkit/networks/bitcoin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Currently, the following extension wallets are supported:
2525

2626
While we provide a standardized interface for Bitcoin connector methods, not all wallets support every method. As a result, you may encounter a `MethodNotSupportedError` when attempting to use methods that are not supported by a specific wallet.
2727
If your wallet supports a mentioned standard but you cannot connect, please reach out to our development team for assistance via [Github issues](https://github.com/reown-com/appkit/issues/new/choose).
28-
<Card title="Try Demo" href="https://appkit-lab.reown.com/library/bitcoin/" horizontal />
28+
<Card title="Try Demo" href="https://appkit-lab.reown.com/appkit/?name=bitcoin" horizontal />
2929

3030

3131
## Get Started

appkit/networks/evm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The AppKit SDK supports all EVM-compatible chains, allowing users to connect the
1414
></video>
1515
</Frame>
1616
**AppKit provides a simple, secure, and seamless in-app experience for users looking to transact within web3.**
17-
<Card title="Try Demo" href="https://appkit-lab.reown.com/library/solana/" horizontal />
17+
<Card title="Try Demo" href="https://appkit-lab.reown.com/appkit/?name=solana" horizontal />
1818

1919
## Get Started
2020
<CardGroup cols={3}>

appkit/networks/solana.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The AppKit SDK supports Solana, allowing users to connect their Solana wallets t
1414

1515

1616
**AppKit provides a simple, secure, and seamless in-app experience for users looking to transact within web3.**
17-
<Card title="Try Demo" href="https://appkit-lab.reown.com/library/solana/" horizontal />
17+
<Card title="Try Demo" href="https://appkit-lab.reown.com/appkit/?name=solana" horizontal />
1818

1919

2020
## Get Started

appkit/next/core/components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Components from "/snippets/appkit/shared/components.mdx";
1313
<img src="/images/assets/walletButtons.jpg" />
1414
</Frame>
1515

16-
Using the wallet button components ([Demo in our Lab](https://appkit-lab.reown.com/library/wagmi-wallet-button/)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
16+
Using the wallet button components ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
1717
This component allows to customize dApps, enabling users to connect their wallets effortlessly, all without the need for the traditional modal.
1818

1919
Follow these steps to use the component:

appkit/next/core/hooks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ This is particularly useful when you need to access Bitcoin public keys for tran
175175

176176
The direct wallet connection hook that enables connectivity to specific wallets without opening the modal. Use this hook when you want to provide direct wallet buttons, create a customized wallet selection interface, or implement social login options.
177177

178-
Using the wallet button hooks ([Demo in our Lab](https://appkit-lab.reown.com/library/wagmi-wallet-button/)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
178+
Using the wallet button hooks ([Demo in our Lab](https://appkit-lab.reown.com/appkit/?name=wagmi)), you can directly connect to the top 20 wallets, WalletConnect QR and also all the social logins.
179179
This hook allows to customize dApps, enabling users to connect their wallets effortlessly, all without the need to open the traditional modal.
180180
Execute this command to install the library for use it:
181181

0 commit comments

Comments
 (0)