diff --git a/components/Sections/Hacktoberfest/Steps/open-source.jsx b/components/Sections/Hacktoberfest/Steps/open-source.jsx index 04792abf..336393e1 100644 --- a/components/Sections/Hacktoberfest/Steps/open-source.jsx +++ b/components/Sections/Hacktoberfest/Steps/open-source.jsx @@ -23,7 +23,7 @@ const OpenSource = () => { } ctaLabel="How to contribute" - ctaUrl="http" + ctaUrl="https://github.com/amplication/amplication/issues/7026" /> } SecondSectionNode={ diff --git a/components/Sections/Hacktoberfest/Steps/win.jsx b/components/Sections/Hacktoberfest/Steps/win.jsx index aefd661d..8ec75847 100644 --- a/components/Sections/Hacktoberfest/Steps/win.jsx +++ b/components/Sections/Hacktoberfest/Steps/win.jsx @@ -16,7 +16,7 @@ const Win = () => { } ctaLabel="Read the rules" - ctaUrl="http" + ctaUrl="https://github.com/amplication/amplication/issues/7030" /> ); };