Skip to content

Commit

Permalink
Update to overview page links (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Apr 8, 2024
1 parent 46a1725 commit 03115f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/FooterLinks/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const columns: { sections: Section[] }[] = [
{ text: "Documentation", href: "https://docs.darwinia.network/", isExternal: true },
{
text: "Use Cases",
href: "https://docs.darwinia.network/msgport/user-cases/token-bridge/",
href: "https://docs.darwinia.network/msgport/user-cases/overview/",
isExternal: true,
},
],
Expand All @@ -19,7 +19,7 @@ export const columns: { sections: Section[] }[] = [
links: [
{
text: "Messaging Protocols",
href: "https://docs.darwinia.network/msgport/messaging-protocols/ormp/",
href: "https://docs.darwinia.network/msgport/messaging-protocols/overview/",
isExternal: true,
},
{
Expand Down
6 changes: 3 additions & 3 deletions src/components/Header/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const navigations: {
},
{
label: "Run A Node",
link: "https://docs.darwinia.network/evm/tutorial/chain/run-archive-node/",
link: "https://docs.darwinia.network/evm/tutorial/chain/run-collator-node/",
isExternal: true,
},
{
Expand Down Expand Up @@ -67,7 +67,7 @@ export const navigations: {
{ label: "Documentation", link: "https://docs.darwinia.network/", isExternal: true },
{
label: "Use Cases",
link: "https://docs.darwinia.network/msgport/user-cases/token-bridge/",
link: "https://docs.darwinia.network/msgport/user-cases/overview/",
isExternal: true,
},
],
Expand All @@ -77,7 +77,7 @@ export const navigations: {
sub: [
{
label: "Messaging Protocols",
link: "https://docs.darwinia.network/msgport/messaging-protocols/ormp/",
link: "https://docs.darwinia.network/msgport/messaging-protocols/overview/",
isExternal: true,
},
{
Expand Down

0 comments on commit 03115f7

Please sign in to comment.