From 6ea01eb90cb1d26a5d1d1bc9cc5147833fd27f68 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 7 Dec 2018 08:44:18 -0700 Subject: [PATCH] Fix JSON RPC API link --- web3.js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/README.md b/web3.js/README.md index 07dc8146a5..8674f338e7 100644 --- a/web3.js/README.md +++ b/web3.js/README.md @@ -30,7 +30,7 @@ # Solana JavaScript API -This is the Solana Javascript API built on the Solana [JSON RPC API](https://github.com/solana-labs/solana/blob/master/doc/json-rpc.md) +This is the Solana Javascript API built on the Solana [JSON RPC API](https://solana-labs.github.io/solana/jsonrpc-api.html) [Latest API Documentation](https://solana-labs.github.io/solana-web3.js/)