Skip to content

Commit 892081b

Browse files
authored
Merge pull request #13627 from zaryab2000/patch-2
fixed incorrect URL
2 parents 4f61d28 + 849b91c commit 892081b

File tree

1 file changed

+1
-1
lines changed
  • public/content/developers/docs/nodes-and-clients/light-clients

1 file changed

+1
-1
lines changed

public/content/developers/docs/nodes-and-clients/light-clients/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ There are several light clients in development, including execution, consensus a
4444

4545
- [Lodestar](https://github.com/ChainSafe/lodestar/tree/unstable/packages/light-client): consensus light client in TypeScript
4646
- [Helios](https://github.com/a16z/helios): combined execution and consensus light client in Rust
47-
- [Geth](https://github.com/ethereum/go-ethereum/tree/master/light): light mode for execution client (in development) in Go
47+
- [Geth](https://github.com/ethereum/go-ethereum/tree/master/beacon/light): light mode for execution client (in development) in Go
4848
- [Nimbus](https://nimbus.guide/el-light-client.html): consensus light client in Nim
4949

5050
To our knowledge none of these are considered production-ready yet.

0 commit comments

Comments
 (0)