(cherry picked from commit 8ef5417845
)
Co-authored-by: Damian Nolan <damiannolan@gmail.com>
This commit is contained in:
parent
ad9e5620fb
commit
c405df4567
|
@ -47,8 +47,8 @@ module.exports = {
|
|||
"key": "v0.45"
|
||||
},
|
||||
{
|
||||
"label": "master",
|
||||
"key": "master"
|
||||
"label": "main",
|
||||
"key": "main"
|
||||
}
|
||||
],
|
||||
topbar: {
|
||||
|
@ -185,7 +185,7 @@ module.exports = {
|
|||
{
|
||||
title: "Contributing to the docs",
|
||||
url:
|
||||
"https://github.com/cosmos/cosmos-sdk/blob/master/docs/DOCS_README.md"
|
||||
"https://github.com/cosmos/cosmos-sdk/blob/main/docs/DOCS_README.md"
|
||||
},
|
||||
{
|
||||
title: "Source code on GitHub",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
export default ({ router }) => {
|
||||
router.addRoutes([
|
||||
{ path: '/master/spec/*', redirect: '/master/modules/' },
|
||||
{ path: '/master/spec/governance/', redirect: '/master/modules/gov/' },
|
||||
{ path: '/main/spec/*', redirect: '/main/modules/' },
|
||||
{ path: '/main/spec/governance/', redirect: '/main/modules/gov/' },
|
||||
{ path: '/v0.41/', redirect: '/v0.42/' },
|
||||
{ path: '/v0.43/', redirect: '/v0.44/' },
|
||||
])
|
||||
|
|
Loading…
Reference in New Issue