Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
fix link - hardcoded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
holkexyz authored Jan 31, 2024
1 parent 9ffb377 commit 6293081
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions docs/src/components/homepage/homeNavBoxes.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@ const FeatureList = [
title: "Introduction",
icon: "img/icons/hypercerts_logo_green.png",
items: [
{ url: "intro", text: "What are hypercerts?" },
{ url: "about", text: "About the Hypercerts Foundation" },
{ url: "faq", text: "Frequently Asked Questions" },
{ url: "further-resources", text: "Further Resources" },
{ url: "1.4.1/intro", text: "What are hypercerts?" },
{ url: "1.4.1/about", text: "About the Hypercerts Foundation" },
{ url: "1.4.1/faq", text: "Frequently Asked Questions" },
{ url: "1.4.1/further-resources", text: "Further Resources" },
],
},
{
title: "Vision & Whitepaper",
icon: "img/icons/hypercerts_logo_beige.png",
items: [
{ url: "whitepaper/whitepaper-intro", text: "Introduction" },
{ url: "1.4.1/whitepaper/whitepaper-intro", text: "Introduction" },
{ url: "whitepaper/ifs", text: "Impact Funding Systems (IFSs)" },
{
url: "whitepaper/hypercerts-intro",
url: "1.4.1/whitepaper/hypercerts-intro",
text: "Hypercerts: a New Primitive",
},
{ url: "whitepaper/impact-space", text: "A Consistent Impact Space" },
{ url: "whitepaper/evaluations", text: "Open Impact Evaluations" },
{ url: "1.4.1/whitepaper/impact-space", text: "A Consistent Impact Space" },
{ url: "1.4.1/whitepaper/evaluations", text: "Open Impact Evaluations" },
{
url: "whitepaper/retrospective-funding",
url: "1.4.1/whitepaper/retrospective-funding",
text: "Retrospective Impact Funding",
},
],
Expand All @@ -35,10 +35,10 @@ const FeatureList = [
title: "Minting Guide",
icon: "img/icons/hypercerts_logo_red.png",
items: [
{ url: "minting-guide/minting-guide-start", text: "Getting Started" },
{ url: "minting-guide/step-by-step", text: "Step-by-step Instructions" },
{ url: "1.4.1/minting-guide/minting-guide-start", text: "Getting Started" },
{ url: "1.4.1/minting-guide/step-by-step", text: "Step-by-step Instructions" },
{
url: "minting-guide/gitcoin-round",
url: "1.4.1/minting-guide/gitcoin-round",
text: "Gitcoin Alpha Round Instructions",
},
],
Expand All @@ -47,10 +47,10 @@ const FeatureList = [
title: "Developers",
icon: "img/icons/hypercerts_logo_yellow.png",
items: [
{ url: "developer", text: "Developer docs" },
{ url: "implementation/token-standard", text: "Token Standard" },
{ url: "implementation/metadata", text: "Metadata Standard" },
{ url: "implementation/glossary", text: "Glossary" },
{ url: "1.4.1/developer", text: "Developer docs" },
{ url: "1.4.1/implementation/token-standard", text: "Token Standard" },
{ url: "1.4.1/implementation/metadata", text: "Metadata Standard" },
{ url: "1.4.1/implementation/glossary", text: "Glossary" },
],
},
];
Expand Down

0 comments on commit 6293081

Please sign in to comment.