mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-19 16:11:20 +00:00
hardcode rpc link (#3223)
This commit is contained in:
@ -21,7 +21,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Back to Tendermint", link: "https://tendermint.com" },
|
{ text: "Back to Tendermint", link: "https://tendermint.com" },
|
||||||
{ text: "RPC", link: "../rpc/" }
|
{ text: "RPC", link: "https://tendermint.com/rpc/" }
|
||||||
],
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user