Skip to content

Commit bf7ee4a

Browse files
committed
fix menu links
1 parent 466f766 commit bf7ee4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/layouts/Translatathon.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const TranslatathonLayout = ({
154154
items: [
155155
{
156156
text: "Translatathon",
157-
href: "/translatathon",
157+
href: "/contributing/translation-program/translatathon",
158158
matomo: {
159159
eventCategory: "translatathon menu",
160160
eventAction: "click",
@@ -163,7 +163,7 @@ export const TranslatathonLayout = ({
163163
},
164164
{
165165
text: "Details and submission criteria",
166-
href: "/translatathon/details",
166+
href: "/contributing/translation-program/translatathon/details",
167167
matomo: {
168168
eventCategory: "translatathon menu",
169169
eventAction: "click",
@@ -172,7 +172,7 @@ export const TranslatathonLayout = ({
172172
},
173173
{
174174
text: "Terms and conditions",
175-
href: "/translatathon/terms-and-conditions",
175+
href: "/contributing/translation-program/translatathon/terms-and-conditions",
176176
matomo: {
177177
eventCategory: "translatathon menu",
178178
eventAction: "click",

0 commit comments

Comments
 (0)