(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"
|
"key": "v0.45"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "master",
|
"label": "main",
|
||||||
"key": "master"
|
"key": "main"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
topbar: {
|
topbar: {
|
||||||
|
@ -185,7 +185,7 @@ module.exports = {
|
||||||
{
|
{
|
||||||
title: "Contributing to the docs",
|
title: "Contributing to the docs",
|
||||||
url:
|
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",
|
title: "Source code on GitHub",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
export default ({ router }) => {
|
export default ({ router }) => {
|
||||||
router.addRoutes([
|
router.addRoutes([
|
||||||
{ path: '/master/spec/*', redirect: '/master/modules/' },
|
{ path: '/main/spec/*', redirect: '/main/modules/' },
|
||||||
{ path: '/master/spec/governance/', redirect: '/master/modules/gov/' },
|
{ path: '/main/spec/governance/', redirect: '/main/modules/gov/' },
|
||||||
{ path: '/v0.41/', redirect: '/v0.42/' },
|
{ path: '/v0.41/', redirect: '/v0.42/' },
|
||||||
{ path: '/v0.43/', redirect: '/v0.44/' },
|
{ path: '/v0.43/', redirect: '/v0.44/' },
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue