Skip to content

Commit 5161e40

Browse files
committed
fix: resources links
1 parent 9fd1bec commit 5161e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/[locale]/developers/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const DevelopersPage = async ({
210210
<ButtonLink
211211
variant="outline"
212212
isSecondary
213-
href="https://ethereum.stackexchange.com/"
213+
href="/developers/learning-tools/"
214214
>
215215
Play with code
216216
</ButtonLink>
@@ -237,7 +237,7 @@ const DevelopersPage = async ({
237237
<ButtonLink
238238
variant="outline"
239239
isSecondary
240-
href="https://ethereum.stackexchange.com/"
240+
href="/developers/tutorials/"
241241
>
242242
View tutorials
243243
</ButtonLink>

0 commit comments

Comments
 (0)