Skip to content

Commit 7d75e43

Browse files
Fix url
1 parent fbab8b3 commit 7d75e43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/external-links.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ export const microbitOrgUrl = (languageId: string) =>
2525
`https://microbit.org/${langPath(languageId)}`;
2626

2727
export const microbitOrgMiciProjectsUrl = (languageId: string) =>
28-
`https://microbit.org/${languageId}projects/make-it-code-it/?filters=python`;
28+
`https://microbit.org/${langPath(
29+
languageId
30+
)}projects/make-it-code-it/?filters=python`;

0 commit comments

Comments
 (0)