Skip to content

Commit

Permalink
Fix Incorrect Link to zkSync JSON-RPC API (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes authored Jun 24, 2024
1 parent 237c743 commit 9e7025a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugin's capabilities.

## Plugin Components

The plugin exposes the [zkSync JSON-RPC API](https://docs.zksync.io/build/api.html), implemented in
The plugin exposes the [zkSync JSON-RPC API](https://docs.zksync.io/build/api-reference/zks-rpc), implemented in
[src/rpc.methods.ts](src/rpc.methods.ts), as well as the [types](src/types.ts) that are used to send
and receive data using the JSON-RPC API. Smart contract definitions are located in the
[src/contracts](src/contracts) folder. The plugin is implemented in [src/plugin.ts](src/plugin.ts).
Expand Down

0 comments on commit 9e7025a

Please sign in to comment.