Skip to content

Commit

Permalink
fix: broken link for health check (#796)
Browse files Browse the repository at this point in the history
* fix: broken link and remove duplicate health check

---------

Co-authored-by: MC <149421156+ffe9f8@users.noreply.github.com>
  • Loading branch information
StephenFluin and ffe9f8 committed Feb 29, 2024
1 parent 0058f98 commit 1679372
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const getNavigation = (section) => {
},
{
title: "Interchain Token Executable",
href: "/dev/send-tokens/interchain-tokens/interchain-token-executable"
href: "/dev/send-tokens/interchain-tokens/interchain-token-executable",
},
{
title: "Rate Limit",
Expand Down Expand Up @@ -256,7 +256,6 @@ export const getNavigation = (section) => {
title: "Register broadcaster proxy",
href: "/validator/setup/register-broadcaster",
},
{ title: "Health check", href: "/validator/setup/health-check" },
{ title: "Manual setup", href: "/validator/setup/manual" },
],
},
Expand Down Expand Up @@ -340,7 +339,10 @@ export const getNavigation = (section) => {
{
title: "Amplifier",
children: [
{ title: "Become a Verifier", href: "/validator/amplifier/verifier-onboarding" },
{
title: "Become a Verifier",
href: "/validator/amplifier/verifier-onboarding",
},
],
},
],
Expand Down

0 comments on commit 1679372

Please sign in to comment.