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 fbab8b3 commit 7d75e43Copy full SHA for 7d75e43
src/external-links.ts
@@ -25,4 +25,6 @@ export const microbitOrgUrl = (languageId: string) =>
25
`https://microbit.org/${langPath(languageId)}`;
26
27
export const microbitOrgMiciProjectsUrl = (languageId: string) =>
28
- `https://microbit.org/${languageId}projects/make-it-code-it/?filters=python`;
+ `https://microbit.org/${langPath(
29
+ languageId
30
+ )}projects/make-it-code-it/?filters=python`;
0 commit comments