diff --git a/docs/get-started/how-to/run-a-node/index.mdx b/docs/get-started/how-to/run-a-node/index.mdx
index a2c0bfeaf..18f63fafc 100644
--- a/docs/get-started/how-to/run-a-node/index.mdx
+++ b/docs/get-started/how-to/run-a-node/index.mdx
@@ -35,27 +35,27 @@ to Linea-specific features.
- Besu |
+ [Besu](./besu.mdx) |
An Java-based open-source Ethereum client that can be extended using plugins. |
❌ |
- Linea Besu |
+ [Linea Besu](./linea-besu.mdx) |
Besu client with plugins that implement Linea-specific features, such as API methods and finalized tag. |
✅ |
- Erigon |
+ [Erigon](./erigon.mdx) |
A client implementation focused on performance and saving disk space, written in Go. |
❌ |
- Geth |
+ [Geth](./geth.mdx) |
The most widely used open-source Ethereum client, written in Go. |
❌ |
- Nethermind |
+ [Nethermind](./nethermind.mdx) |
A highly configurable .NET-based Ethereum client. |
❌ |