From 3c69c2d6f1195f7a89c80994bdb8163ebca2af9f Mon Sep 17 00:00:00 2001 From: Daniel Helm Date: Fri, 19 Apr 2024 10:25:03 -0500 Subject: [PATCH] change relative link which breaks in prod --- .../docs/en/developers/guides/running-a-scroll-node.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx index b6cc01562..89d26180f 100644 --- a/src/content/docs/en/developers/guides/running-a-scroll-node.mdx +++ b/src/content/docs/en/developers/guides/running-a-scroll-node.mdx @@ -4,13 +4,13 @@ date: Last Modified title: "Running a Scroll L2geth Node" lang: "en" permalink: "developers/guides/running-a-scroll-node" -excerpt: "This guide contains instructions on how to to run your own node on the Scroll network." +excerpt: "This guide contains instructions on how to run your own node on the Scroll network." --- import Aside from "../../../../../components/Aside.astro" import ToggleElement from "../../../../../components/ToggleElement.astro" -For most developers, using [our official RPC endpoint](../developer-quickstart#network-configuration) or one offered by other RPC providers in the ecosystem is the easiest way to get started on Scroll. For those looking to maintain their own node, this guide provides instructions on how to run a "follower node" that participates in the public mempool of transactions, but does not participate in consensus or block building. Scroll nodes are a fork of geth, using the clique protocol for consensus, which we call l2geth. +For most developers, using [our official RPC endpoint](/en/developers/developer-quickstart#network-configuration) or one offered by other RPC providers in the ecosystem is the easiest way to get started on Scroll. For those looking to maintain their own node, this guide provides instructions on how to run a "follower node" that participates in the public mempool of transactions, but does not participate in consensus or block building. Scroll nodes are a fork of geth, using the clique protocol for consensus, which we call l2geth. ## Prerequisites