From e0f51fbcaf0f78689aafb2564952a4a9df195eb5 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 20 Sep 2019 14:16:32 -0700 Subject: [PATCH] doc: correct link to JSON RPC API --- 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 47049c4730..b84b729315 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://solana-labs.github.io/solana/jsonrpc-api.html) +This is the Solana Javascript API built on the Solana [JSON RPC API](https://docs.solana.com/book/api-reference/jsonrpc-api) [Latest API Documentation](https://solana-labs.github.io/solana-web3.js/)