From bb7690323016c26cca633ae14813fef45a3e83eb Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 28 Jan 2019 15:41:28 -0500 Subject: [PATCH] fix docs navbar RPC link (#3414) --- .github/CODEOWNERS | 4 +++- docs/.vuepress/config.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dcdf7080b874..11f9e598b42c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,6 @@ * @ebuchman @rigelrozanski @cwgoes # Precious documentation -/docs/ @zramsay @jolesbi +/docs/README.md @zramsay +/docs/DOCS_README.md @zramsay +/docs/.vuepress/ @zramsay diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a007b9fe981b..cb5f8cd43c95 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -21,7 +21,7 @@ module.exports = { }, nav: [ { text: "Back to Cosmos", link: "https://cosmos.network" }, - { text: "RPC", link: "../rpc/" } + { text: "RPC", link: "https://cosmos.network/rpc/" } ], sidebar: [ {