Skip to content

Commit 582cf70

Browse files
committed
Fix: Update Parity JSON RPC doc link
* Retrigger Parity 2.7.2 build
1 parent 9650dbc commit 582cf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ To get account balance:
6565
curl --data '{"method":"eth_getBalance","params":["*account_address*"],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545
6666
```
6767

68-
Feel free to check [Parity JSON RPC API](https://wiki.parity.io/JSONRPC) for more calls.
68+
Feel free to check [Parity JSON RPC API](https://openethereum.github.io/JSONRPC) for more calls.

0 commit comments

Comments
 (0)