fix docs navbar RPC link (#3414)

This commit is contained in:
Zach 2019-01-28 15:41:28 -05:00 committed by Jack Zampolin
parent 9e21ca25ce
commit bb76903230
2 changed files with 4 additions and 2 deletions

4
.github/CODEOWNERS vendored
View File

@ -4,4 +4,6 @@
* @ebuchman @rigelrozanski @cwgoes
# Precious documentation
/docs/ @zramsay @jolesbi
/docs/README.md @zramsay
/docs/DOCS_README.md @zramsay
/docs/.vuepress/ @zramsay

View File

@ -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: [
{