Skip to content

Commit 2f10b34

Browse files
committed
more broken links
1 parent 115b218 commit 2f10b34

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/sdk/mpc-core-kit/mpc-core-kit-js/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Examples - MPC Core Kot SDK
2+
title: Examples - MPC Core Kit SDK
33
sidebar_label: Examples
44
description: "@web3auth/mpc-core-kit Examples | Documentation - Web3Auth"
55
hide_table_of_contents: true

docs/sdk/pnp/web/adapters/coinbase.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ npm install --save @web3auth/coinbase-adapter
3131

3232
<TabItem value="table">
3333

34-
| Parameter | Description |
35-
| ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
36-
| `chainConfig?` | Custom Chain Configuration you want to connect with. Defaults to `chainConfig` passed to `EthereumPrivateKeyProvider`. |
37-
| `adapterSettings?` | Adapter settings to fine-tune the connection preferences, you can refer to [CoinbaseWalletSDKOptions](<[https://www.smartwallet.dev/sdk/create-coinbase-wallet-sdk#parameters](https://www.smartwallet.dev/sdk/create-coinbase-wallet-sdk#parameters)>) documentation. The default connection mode is set to "all," which means that users can connect either their Coinbase Injected Wallet or the Smart Wallet. |
38-
| `clientId?` | Client Id for Web3Auth. You can get the client id from Web3Auth Dashboard. |
39-
| `sessionTime?` | Allows you to configure the connection validity. Defaults to `sessionTime` passed to `Web3AuthOptions`. |
40-
| `web3AuthNetwork?` | Allows you to configure the `Web3AuthNetwork`. Defaults to `web3AuthNetwork` passed to `Web3AuthOptions.` |
34+
| Parameter | Description |
35+
| ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
36+
| `chainConfig?` | Custom Chain Configuration you want to connect with. Defaults to `chainConfig` passed to `EthereumPrivateKeyProvider`. |
37+
| `adapterSettings?` | Adapter settings to fine-tune the connection preferences, you can refer to [CoinbaseWalletSDKOptions](https://www.smartwallet.dev/sdk/create-coinbase-wallet-sdk#parameters) documentation. The default connection mode is set to "all," which means that users can connect either their Coinbase Injected Wallet or the Smart Wallet. |
38+
| `clientId?` | Client Id for Web3Auth. You can get the client id from Web3Auth Dashboard. |
39+
| `sessionTime?` | Allows you to configure the connection validity. Defaults to `sessionTime` passed to `Web3AuthOptions`. |
40+
| `web3AuthNetwork?` | Allows you to configure the `Web3AuthNetwork`. Defaults to `web3AuthNetwork` passed to `Web3AuthOptions.` |
4141

4242
</TabItem>
4343

src/components/ProductCards/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ export default function QuickNavigation() {
504504
</div>
505505
</div>
506506
</div>
507-
<Link className={styles.cardAlert} to={`${baseUrl}product/wallet-ecosystems`}>
507+
<Link className={styles.cardAlert} to={`${baseUrl}features/ecosystem-wallets`}>
508508
<div className={styles.cardContent}>
509509
<span>
510510
<svg

0 commit comments

Comments
 (0)