Skip to content

Commit 9f4d4c4

Browse files
committed
fix: broken urls
1 parent 6413b9c commit 9f4d4c4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/staking-api/cosmos/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"label": "Cosmos",
33
"link": {
44
"type": "doc",
5-
"id": "cosmos/index"
5+
"id": "staking-api/cosmos/index"
66
}
77
}

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const config = {
9090
},
9191
items: [
9292
{
93-
to: "staking-api/what-is-staking",
93+
to: "staking-api/introduction",
9494
label: "Staking API",
9595
position: "left",
9696
activeBasePath: 'staking-api/',

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Home() {
2929
<div className="container">
3030
<div className="row cards__container">
3131
<Card
32-
to="staking-api/what-is-staking"
32+
to="staking-api/introduction"
3333
header={{
3434
label:"Staking API"
3535
}}

0 commit comments

Comments
 (0)