From 0041d7a95e603f01f5675f9208f807de348f1a6b Mon Sep 17 00:00:00 2001 From: GigaHierz Date: Wed, 24 Jun 2026 08:46:41 +0100 Subject: [PATCH] fix: repair broken RPC providers links on Network Information page The "List of RPC providers" link pointed to network/node/overview#as-a-service without a leading slash, so Mintlify resolved it relative to the current page and fell back to a 404. Repoint to the canonical /tooling/nodes/overview#as-a-service. - Mainnet table: fix the link and drop the stale /developer#node-and-rpc-providers item (anchor no longer exists). - Celo Sepolia Testnet table: add an RPC Nodes row linking to the same providers list (previously only had the direct Forno endpoint). Co-Authored-By: Claude Opus 4.8 --- build-on-celo/network-overview.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-on-celo/network-overview.mdx b/build-on-celo/network-overview.mdx index 43b65a165..612859200 100644 --- a/build-on-celo/network-overview.mdx +++ b/build-on-celo/network-overview.mdx @@ -15,7 +15,7 @@ Overview of Celo Mainnet and the Celo Sepolia Testnet. | Description | The production Celo network | | Chain ID | 42220 | | Currency Symbol | CELO | -| RPC Nodes | | +| RPC Nodes | [List of RPC providers](/tooling/nodes/overview#as-a-service) | | RPC Endpoint (best effort) | https://forno.celo.org
Note: [Forno](/tooling/nodes/forno#celo-mainnet) is rate limited, as your usage increases consider options that can provide the desired level of support (SLA). | | Block Explorers | | | Bridge Link | [List of bridges](/developer/bridges/bridges) | @@ -30,6 +30,7 @@ Overview of Celo Mainnet and the Celo Sepolia Testnet. | Description | The New Developer Testnet network (replacing Alfajores) | | Chain ID | 11142220 | | Currency Symbol | CELO | +| RPC Nodes | [List of RPC providers](/tooling/nodes/overview#as-a-service) | | RPC Endpoint (best effort) | [https://forno.celo-sepolia.celo-testnet.org](https://forno.celo-sepolia.celo-testnet.org) | | OP-Node RPC Endpoint (best effort) | [https://op.celo-sepolia.celo-testnet.org](https://op.celo-sepolia.celo-testnet.org) | | Block Explorer | [https://celo-sepolia.blockscout.com](https://celo-sepolia.blockscout.com) |