From 98842d98d541212629fb63121a550c45e7cf50f5 Mon Sep 17 00:00:00 2001 From: Mohammad Shahbaz Alam Date: Fri, 15 May 2026 13:53:21 +0530 Subject: [PATCH] Update docs links for Avalanche, Celo, and Sei Refresh external documentation links: update the Avalanche C-Chain docs URL to the new /docs/rpcs/c-chain path, replace the Celo DIN link with Infura's Decentralized Infrastructure Service page, and normalize the Sei documentation URLs (remove the redundant www). Documentation-only changes to keep external references current. --- services/reference/avalanche-c-chain/json-rpc-methods/index.md | 2 +- services/reference/celo/index.md | 2 +- services/reference/sei/index.md | 2 +- services/reference/sei/json-rpc-methods/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/reference/avalanche-c-chain/json-rpc-methods/index.md b/services/reference/avalanche-c-chain/json-rpc-methods/index.md index 06bdb7f04ab..d54caabc06e 100644 --- a/services/reference/avalanche-c-chain/json-rpc-methods/index.md +++ b/services/reference/avalanche-c-chain/json-rpc-methods/index.md @@ -16,5 +16,5 @@ Avalanche-specific methods (`avax.*`) that have a dependency on the P-Chain and ::: -Refer to the [Avalanche documentation](https://docs.avax.network/api-reference/c-chain/api) for more +Refer to the [Avalanche documentation](https://docs.avax.network/docs/rpcs/c-chain) for more information about supported methods. diff --git a/services/reference/celo/index.md b/services/reference/celo/index.md index b8fb6f387e0..946b548f6f5 100644 --- a/services/reference/celo/index.md +++ b/services/reference/celo/index.md @@ -8,7 +8,7 @@ import CardList from '@site/src/components/CardList' :::note Decentralized Infrastructure Network (DIN) -Celo is supported through the [DIN](https://www.din.build/) service, +Celo is supported through the [DIN](https://www.infura.io/solutions/decentralized-infrastructure-service) service, meaning calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies). ::: diff --git a/services/reference/sei/index.md b/services/reference/sei/index.md index ff3fa582836..6f0de48d791 100644 --- a/services/reference/sei/index.md +++ b/services/reference/sei/index.md @@ -18,7 +18,7 @@ parallelized EVM architecture, native order matching, and subsystems that addres limitations while maintaining Ethereum compatibility. :::info See also -Refer to the [official Sei documentation](https://www.docs.sei.io/) for more information. +Refer to the [official Sei documentation](https://docs.sei.io/) for more information. ::: Select an option below to get started with the Sei network. diff --git a/services/reference/sei/json-rpc-methods/index.md b/services/reference/sei/json-rpc-methods/index.md index ee6d5a9a017..9c22e755c84 100644 --- a/services/reference/sei/json-rpc-methods/index.md +++ b/services/reference/sei/json-rpc-methods/index.md @@ -9,5 +9,5 @@ sidebar_key: sei-json-rpc-api The standard Ethereum methods documented in this section are supported by Infura on the Sei network. :::info See also -Refer to the [official Sei documentation](https://www.docs.sei.io/) for more information. +Refer to the [official Sei documentation](https://docs.sei.io/) for more information. :::