We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dc632 commit 66d1609Copy full SHA for 66d1609
app/[locale]/what-is-ethereum/page.tsx
@@ -789,7 +789,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
789
</p>
790
<p>{t("page-what-is-ethereum-start-developers-desc-4")}</p>
791
</div>
792
- <ButtonLink href="/start/">
+ <ButtonLink href="/developers/">
793
{t("page-what-is-ethereum-start-developers-cta")}
794
</ButtonLink>
795
</CardContent>
@@ -830,7 +830,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
830
})}
831
832
833
+ <ButtonLink href="/enterprise/">
834
{t("page-what-is-ethereum-start-business-cta")}
835
836
0 commit comments