Skip to content

Commit 179ef74

Browse files
authored
Update some EthereumJS related links
1 parent c2b1cd6 commit 179ef74

File tree

1 file changed

+3
-5
lines changed
  • public/content/developers/docs/programming-languages/javascript

1 file changed

+3
-5
lines changed

public/content/developers/docs/programming-languages/javascript/index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,15 @@ This will help you understand things like "what's the data structure of an accou
4646

4747
If you prefer to read code, this JavaScript could be a great alternative to reading through our docs.
4848

49-
**Check out the monorepo**
50-
[`ethereumjs`](https://github.com/ethereumjs/ethereumjs-vm)
49+
**Check out the EVM**
50+
[`@ethereumjs/evm`](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/evm)
5151

5252
### Nodes and clients {#nodes-and-clients}
5353

5454
An Ethereumjs client is in active development that lets you dig into how Ethereum clients work in a language you understand; JavaScript!
5555

56-
It used to be housed in a standalone [`repository`](https://github.com/ethereumjs/ethereumjs-client), however, was later merged into the EthereumVM monorepo as a package.
57-
5856
**Check out the client**
59-
[`ethereumjs-client`](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/client)
57+
[`@ethereumjs/client`](https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/client)
6058

6159
## Other projects {#other-projects}
6260

0 commit comments

Comments
 (0)