Skip to content

Commit

Permalink
fix docs navbar RPC link (#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
zramsay authored and jackzampolin committed Jan 28, 2019
1 parent 9e21ca2 commit bb76903
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
* @ebuchman @rigelrozanski @cwgoes

# Precious documentation
/docs/ @zramsay @jolesbi
/docs/README.md @zramsay
/docs/DOCS_README.md @zramsay
/docs/.vuepress/ @zramsay
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit bb76903

Please sign in to comment.