diff --git a/snippets/appkit/javascript/wagmi/about/implementation.mdx b/snippets/appkit/javascript/wagmi/about/implementation.mdx
index 9a8cf5e6..b0635ce7 100644
--- a/snippets/appkit/javascript/wagmi/about/implementation.mdx
+++ b/snippets/appkit/javascript/wagmi/about/implementation.mdx
@@ -59,5 +59,5 @@ import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks
```
-Looking to add a custom network? Check out the [custom networks](../../core/custom-networks) section.
+Looking to add a custom network? Check out the [custom networks](custom-networks) section.
diff --git a/snippets/appkit/next/wagmi/about/implementation.mdx b/snippets/appkit/next/wagmi/about/implementation.mdx
index 28441f6b..b3483ad1 100644
--- a/snippets/appkit/next/wagmi/about/implementation.mdx
+++ b/snippets/appkit/next/wagmi/about/implementation.mdx
@@ -45,7 +45,7 @@ import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks
```
-Looking to add a custom network? Check out the [custom networks](../../core/custom-networks) section.
+Looking to add a custom network? Check out the [custom networks](custom-networks) section.
## SSR and Hydration
diff --git a/snippets/appkit/react/wagmi/about/implementation.mdx b/snippets/appkit/react/wagmi/about/implementation.mdx
index f8cb26a6..ec87ddf9 100644
--- a/snippets/appkit/react/wagmi/about/implementation.mdx
+++ b/snippets/appkit/react/wagmi/about/implementation.mdx
@@ -66,5 +66,5 @@ import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks
```
-Looking to add a custom network? Check out the [custom networks](../../core/custom-networks) section.
+Looking to add a custom network? Check out the [custom networks](custom-networks) section.
diff --git a/snippets/appkit/vue/wagmi/about/implementation.mdx b/snippets/appkit/vue/wagmi/about/implementation.mdx
index 7c496989..eb067bc8 100644
--- a/snippets/appkit/vue/wagmi/about/implementation.mdx
+++ b/snippets/appkit/vue/wagmi/about/implementation.mdx
@@ -59,5 +59,5 @@ import { mainnet, arbitrum, base, scroll, polygon } from '@reown/appkit/networks
```
-Looking to add a custom network? Check out the [custom networks](../../core/custom-networks) section.
+Looking to add a custom network? Check out the [custom networks](custom-networks) section.