Skip to content

fix: repair broken RPC providers links on Network Information page#2205

Merged
GigaHierz merged 1 commit into
mainfrom
GigaHierz/fix-rpc-providers-link
Jun 24, 2026
Merged

fix: repair broken RPC providers links on Network Information page#2205
GigaHierz merged 1 commit into
mainfrom
GigaHierz/fix-rpc-providers-link

Conversation

@GigaHierz

Copy link
Copy Markdown
Contributor

Problem

The "List of RPC providers" link on docs.celo.org/build-on-celo/network-overview was landing on a Mintlify fallback page. The providers list was never removed — it still lives on the "Nodes and Services" page (/tooling/nodes/overview) under the "As a Service" section, which lists ~15 providers (Alchemy, Ankr, dRPC, Infura, QuickNode, thirdweb, All That Node, GetBlock, etc.).

The link simply had a bad path: it was written as network/node/overview#as-a-service without a leading slash, so Mintlify resolved it relative to the current page as /build-on-celo/network/node/overview (which doesn't exist) and fell back.

Changes

In build-on-celo/network-overview.mdx:

  1. Celo Mainnet table: repoint List of RPC providers to the canonical absolute path /tooling/nodes/overview#as-a-service, and remove the stale second item (/developer#node-and-rpc-providers) whose anchor no longer exists.
  2. Celo Sepolia Testnet table: add an RPC Nodes row linking to the same providers list — it previously had no providers link at all, only the direct Forno endpoint. Many listed providers support Celo Sepolia.

Verification

Run the docs locally (mint dev), open /build-on-celo/network-overview, and click "List of RPC providers" in both the Mainnet and Sepolia tables — each should scroll to the As a Service section instead of the fallback page.

🤖 Generated with Claude Code

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 <noreply@anthropic.com>
@GigaHierz GigaHierz requested a review from a team as a code owner June 24, 2026 07:46
@mintlify

mintlify Bot commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
celo-docs 🟢 Ready View Preview Jun 24, 2026, 7:48 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@GigaHierz GigaHierz merged commit f2e6211 into main Jun 24, 2026
4 checks passed
@GigaHierz GigaHierz deleted the GigaHierz/fix-rpc-providers-link branch June 24, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants