From e71a2b161bf2964c5ed72d8f540bab4e7e85c47e Mon Sep 17 00:00:00 2001 From: Marko Date: Fri, 15 Nov 2019 12:14:36 +0100 Subject: [PATCH] Docs theme latest (#4145) * fix logo in footer * readme and version * fix logo in footer * rpc link --- 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 8ede2f8cc..de922ea48 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -130,7 +130,7 @@ module.exports = { }, { title: "RPC", - path: "/rpc/", + path: "/master/rpc/", static: true } ]