fix docs navbar RPC link (#3414)
This commit is contained in:
parent
9e21ca25ce
commit
bb76903230
|
@ -4,4 +4,6 @@
|
||||||
* @ebuchman @rigelrozanski @cwgoes
|
* @ebuchman @rigelrozanski @cwgoes
|
||||||
|
|
||||||
# Precious documentation
|
# Precious documentation
|
||||||
/docs/ @zramsay @jolesbi
|
/docs/README.md @zramsay
|
||||||
|
/docs/DOCS_README.md @zramsay
|
||||||
|
/docs/.vuepress/ @zramsay
|
||||||
|
|
|
@ -21,7 +21,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Back to Cosmos", link: "https://cosmos.network" },
|
{ text: "Back to Cosmos", link: "https://cosmos.network" },
|
||||||
{ text: "RPC", link: "../rpc/" }
|
{ text: "RPC", link: "https://cosmos.network/rpc/" }
|
||||||
],
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue