From 997de8ea250d75cc4857b18d9a8702795c87d1a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Blanchemain?= Date: Tue, 10 Dec 2024 11:07:13 -0800 Subject: [PATCH] fix: register custom network link fix --- docs/1-introduction.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1-introduction.mdx b/docs/1-introduction.mdx index 7b53656af..ea4ba4443 100644 --- a/docs/1-introduction.mdx +++ b/docs/1-introduction.mdx @@ -100,7 +100,7 @@ Arbitrum SDK comes pre-configured for Mainnet and Sepolia, and their Arbitrum co #### Configuring Network -To interact with a custom [`ArbitrumNetwork`](./reference/dataEntities/networks), you can register it using the [`registerCustomArbitrumNetwork`](./reference/dataEntities/networks.md#registerCustomArbitrumNetwork) function. +To interact with a custom [`ArbitrumNetwork`](./reference/dataEntities/networks), you can register it using the [`registerCustomArbitrumNetwork`](./reference/dataEntities/networks.md#registercustomarbitrumnetwork) function. ```ts import { registerCustomArbitrumNetwork } from '@arbitrum/sdk'