diff --git a/layouts/tutorials.vue b/layouts/tutorials.vue index 3e822ecd..6b07fb20 100644 --- a/layouts/tutorials.vue +++ b/layouts/tutorials.vue @@ -59,8 +59,8 @@ const links = [ const communityLinks = [ { icon: 'i-heroicons-academic-cap-solid', - label: 'Contribute to the Cookbook', - to: 'https://github.com/zkSync-Community-Hub/cookbook', + label: 'Contribute to Community Code', + to: 'https://github.com/zkSync-Community-Hub/community-code', }, { icon: 'i-heroicons-chat-bubble-oval-left-ellipsis-16-solid', diff --git a/pages/tutorials/[...slug].vue b/pages/tutorials/[...slug].vue index 38731e53..e13d1de8 100644 --- a/pages/tutorials/[...slug].vue +++ b/pages/tutorials/[...slug].vue @@ -77,8 +77,8 @@ const links = [ const communityLinks = [ { icon: 'i-heroicons-academic-cap-solid', - label: 'Contribute to the Cookbook', - to: 'https://github.com/zkSync-Community-Hub/cookbook', + label: 'Contribute to Community Code', + to: 'https://github.com/zkSync-Community-Hub/community-code', }, { icon: 'i-heroicons-chat-bubble-oval-left-ellipsis-16-solid',