From 9fe245025f11dd4e0849895a55470efc731897e6 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 08:00:23 -0800 Subject: [PATCH] docs: Pin the RPC docs to v0.35 instead of master (backport #7909) (#7910) * docs: Pin the RPC docs to v0.35 instead of master (#7909) (cherry picked from commit 3b20931da335fe9bbe707adc37313bccbe613192) Co-authored-by: M. J. Fromberger --- docs/.vuepress/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 50b090932..d5c3c8ade 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -49,8 +49,10 @@ module.exports = { path: '/DEV_SESSIONS.html' }, { + // TODO(creachadair): Figure out how to make this per-branch. + // See: https://github.com/tendermint/tendermint/issues/7908 title: 'RPC', - path: 'https://docs.tendermint.com/master/rpc/', + path: 'https://docs.tendermint.com/v0.35/rpc/', static: true }, ]