From 293bfd6f1a6e05a348df3765d855f2333b5636cc Mon Sep 17 00:00:00 2001 From: Ruaridh Date: Fri, 15 Jan 2021 18:26:25 +0000 Subject: [PATCH] point the swagger link at the correct address (#767) --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index e596776e..97f1ab52 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -58,7 +58,7 @@ module.exports = { children: [ { title: "REST API Spec", - path: "https://rpc.kava.io/" + path: "https://swagger.kava.io/" }, { title: "Protocol Reference",