Skip to content

Commit

Permalink
Correct link formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Dec 9, 2024
1 parent 55c5bc3 commit de9e37d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/get-started/how-to/run-a-node/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,27 +35,27 @@ to Linea-specific features.
</thead>
<tbody>
<tr>
<td><a href="./besu.mdx">Besu</a></td>
<td>[Besu](./besu.mdx)</td>

Check warning on line 38 in docs/get-started/how-to/run-a-node/index.mdx

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Consensys.CaseSensitive-Substitution] Consider standard format, '"Besu"' instead of "besu" (may not apply for start of sentence). Raw Output: {"message": "[Consensys.CaseSensitive-Substitution] Consider standard format, '\"Besu\"' instead of \"besu\" (may not apply for start of sentence).", "location": {"path": "docs/get-started/how-to/run-a-node/index.mdx", "range": {"start": {"line": 38, "column": 20}}}, "severity": "WARNING"}
<td>An Java-based open-source Ethereum client that can be extended using plugins.</td>
<td>❌</td>
</tr>
<tr>
<td><a href="./linea-besu.mdx">Linea Besu</a></td>
<td>[Linea Besu](./linea-besu.mdx)</td>

Check warning on line 43 in docs/get-started/how-to/run-a-node/index.mdx

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Consensys.CaseSensitive-Substitution] Consider standard format, '"Besu"' instead of "besu" (may not apply for start of sentence). Raw Output: {"message": "[Consensys.CaseSensitive-Substitution] Consider standard format, '\"Besu\"' instead of \"besu\" (may not apply for start of sentence).", "location": {"path": "docs/get-started/how-to/run-a-node/index.mdx", "range": {"start": {"line": 43, "column": 32}}}, "severity": "WARNING"}
<td>Besu client with plugins that implement Linea-specific features, such as <a href="../../../api/index.mdx">API methods</a> and <a href="../finalized-block.mdx">finalized</a> tag.</td>
<td>✅</td>
</tr>
<tr>
<td><a href="./erigon.mdx">Erigon</a></td>
<td>[Erigon](./erigon.mdx)</td>

Check failure on line 48 in docs/get-started/how-to/run-a-node/index.mdx

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Erigon' instead of 'erigon'. Raw Output: {"message": "[Vale.Terms] Use 'Erigon' instead of 'erigon'.", "location": {"path": "docs/get-started/how-to/run-a-node/index.mdx", "range": {"start": {"line": 48, "column": 22}}}, "severity": "ERROR"}
<td>A client implementation focused on performance and saving disk space, written in Go.</td>
<td>❌</td>
</tr>
<tr>
<td><a href="./geth.mdx">Geth</a></td>
<td>[Geth](./geth.mdx)</td>

Check failure on line 53 in docs/get-started/how-to/run-a-node/index.mdx

View workflow job for this annotation

GitHub Actions / Spelling

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'Geth' instead of 'geth'. Raw Output: {"message": "[Vale.Terms] Use 'Geth' instead of 'geth'.", "location": {"path": "docs/get-started/how-to/run-a-node/index.mdx", "range": {"start": {"line": 53, "column": 20}}}, "severity": "ERROR"}
<td>The most widely used open-source Ethereum client, written in Go.</td>
<td>❌</td>
</tr>
<tr>
<td><a href="./nethermind.mdx">Nethermind</a></td>
<td>[Nethermind](./nethermind.mdx)</td>
<td>A highly configurable .NET-based Ethereum client.</td>
<td>❌</td>
</tr>
Expand Down

0 comments on commit de9e37d

Please sign in to comment.