Skip to content

Commit

Permalink
docs: fix invalid links to "namespaces/eth.rs" and "execution_sandbox…
Browse files Browse the repository at this point in the history
….rs" (#2945)

## What ❔

This PR fixes 2 invalid links in the documents which was caused by
refactor (refactor: Split the rest of the zksync_core
(#1940))

## Why ❔

Unclarity in documentation

## Checklist

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [x] Documentation comments have been added / updated.
- [ ] Code has been formatted via `zk fmt` and `zk lint`.
  • Loading branch information
mtzsky committed Sep 25, 2024
1 parent 9340480 commit 6313c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/advanced/05_how_call_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ In this article, we covered the 'life of a call' from the RPC to the inner worki
https://github.com/matter-labs/zksync-era/blob/edd48fc37bdd58f9f9d85e27d684c01ef2cac8ae/core/bin/zksync_core/src/api_server/web3/backend_jsonrpc/namespaces/eth.rs
'namespaces RPC api'
[namespaces_rpc_impl]:
https://github.com/matter-labs/zksync-era/blob/main/core/lib/zksync_core/src/api_server/web3/namespaces/eth.rs#L94
https://github.com/matter-labs/zksync-era/blob/main/core/node/api_server/src/web3/namespaces/eth.rs
'namespaces RPC implementation'
[execution_sandbox]:
https://github.com/matter-labs/zksync-era/blob/main/core/lib/zksync_core/src/api_server/execution_sandbox/execute.rs
https://github.com/matter-labs/zksync-era/blob/main/core/node/api_server/src/execution_sandbox/execute.rs
'execution sandbox'
[vm_code]:
https://github.com/matter-labs/zksync-era/blob/ccd13ce88ff52c3135d794c6f92bec3b16f2210f/core/lib/multivm/src/versions/vm_latest/implementation/execution.rs#L108
Expand Down

0 comments on commit 6313c7d

Please sign in to comment.