Skip to content

Commit ba8a479

Browse files
Fix broken custom networks link in installation docs
- Update relative path from '../../core/custom-networks' to 'custom-networks' in snippet files - Fix affects React, Vue, Next.js, and JavaScript wagmi implementation snippets - Links now work correctly when snippets are imported into installation documentation - Both installation.mdx and custom-networks.mdx are in same directory (/appkit/react/core/) Co-Authored-By: enes@reown.com <enes@reown.com>
1 parent 0614b5d commit ba8a479

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

snippets/appkit/javascript/wagmi/about/implementation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks
5959
```
6060

6161
<Note>
62-
Looking to add a custom network? Check out the [custom networks](../../core/custom-networks) section.
62+
Looking to add a custom network? Check out the [custom networks](custom-networks) section.
6363
</Note>

snippets/appkit/next/wagmi/about/implementation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks
4545
```
4646

4747
<Note>
48-
Looking to add a custom network? Check out the [custom networks](../../core/custom-networks) section.
48+
Looking to add a custom network? Check out the [custom networks](custom-networks) section.
4949
</Note>
5050

5151
## SSR and Hydration

snippets/appkit/react/wagmi/about/implementation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks
6666
```
6767

6868
<Note>
69-
Looking to add a custom network? Check out the [custom networks](../../core/custom-networks) section.
69+
Looking to add a custom network? Check out the [custom networks](custom-networks) section.
7070
</Note>

snippets/appkit/vue/wagmi/about/implementation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks
5959
```
6060

6161
<Note>
62-
Looking to add a custom network? Check out the [custom networks](../../core/custom-networks) section.
62+
Looking to add a custom network? Check out the [custom networks](custom-networks) section.
6363
</Note>

0 commit comments

Comments
 (0)