Skip to content

Commit

Permalink
Merge pull request #3386 from cardano-foundation/fix/MET-2057-link-to…
Browse files Browse the repository at this point in the history
…-cardano-docs

fix: MET-2057 fix link to cardano docs
  • Loading branch information
Sotatek-TaiTruong committed May 3, 2024
2 parents f99274b + 2bbe812 commit 7264337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commons/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const footerMenus: Menu[] = [
icon: BrowseIcon,
children: [
{ href: "https://cardanofoundation.org/en/about-us/", title: "Cardano Foundation", key: "site.CF" },
{ href: "https://docs.cardano.org/en/latest/", title: "Cardano Docs", key: "site.cardanoDocs" },
{ href: "https://docs.cardano.org/", title: "Cardano Docs", key: "site.cardanoDocs" },
{ href: "https://education.cardanofoundation.org/", title: "Cardano Academy", key: "site.cardanoAcademy" },
{ href: "https://developers.cardano.org/", title: "Developer Portal", key: "site.developerPortal" },
{ href: "https://cardanofoundation.org/en/news", title: "News and Blog", key: "site.newsAndBlog" }
Expand Down

0 comments on commit 7264337

Please sign in to comment.