From e1edd2aa6a860d505313b73cba4cb74fa4de10fc Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 28 Jan 2019 14:41:37 -0500 Subject: [PATCH] hardcode rpc link (#3223) --- 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 5ecc97cf5..3e55a2404 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -21,7 +21,7 @@ module.exports = { }, nav: [ { text: "Back to Tendermint", link: "https://tendermint.com" }, - { text: "RPC", link: "../rpc/" } + { text: "RPC", link: "https://tendermint.com/rpc/" } ], sidebar: [ {