From a5e8aba66d1d7ba3ac6221280d3a0a690b7134f0 Mon Sep 17 00:00:00 2001 From: Clay-Mysten <100217682+Clay-Mysten@users.noreply.github.com> Date: Mon, 2 May 2022 15:48:22 -0700 Subject: [PATCH] Update siteconfig.json (#1718) Replace REST API reference with one for RPC in Dev Portal footer --- doc/src/siteconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/siteconfig.json b/doc/src/siteconfig.json index db0628db7bbaa..4e4689081c965 100644 --- a/doc/src/siteconfig.json +++ b/doc/src/siteconfig.json @@ -25,7 +25,7 @@ }, { "title": "SDK Reference", - "link": "https://app.swaggerhub.com/apis/MystenLabs/sui-api/", + "link": "https://playground.open-rpc.org/?uiSchema%5BappBar%5D%5Bui:splitView%5D=false&schemaUrl=https://raw.githubusercontent.com/MystenLabs/sui/main/sui/open_rpc/spec/openrpc.json&uiSchema%5BappBar%5D%5Bui:input%5D=false", "external": true }, {