Skip to content

Commit

Permalink
Fix broken link. (#461)
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst authored Jun 29, 2023
1 parent 0d45098 commit abfc9f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/HomepageCards/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type CardItem = {
const CardList: CardItem[] = [
{
title: "🏁 Get started",
link: "/category/get-started",
link: "/get-started",
// prettier-ignore
description: (
<>
Expand All @@ -33,7 +33,7 @@ const CardList: CardItem[] = [
},
{
title: "💭 Learn",
link: "/category/concepts",
link: "/concepts",
// prettier-ignore
description: (
<>
Expand Down

1 comment on commit abfc9f6

@vercel
Copy link

@vercel vercel bot commented on abfc9f6 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

doc-teku – ./

docs.teku.consensys.net
doc-teku-infura-web.vercel.app
doc-teku-git-main-infura-web.vercel.app

Please sign in to comment.