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 d5b5c70 commit ac8e032Copy full SHA for ac8e032
src/utils/external-links.ts
@@ -11,6 +11,6 @@ export const projectUrl = (slug: string) =>
11
`${microbitOrgBaseUrl}projects/make-it-code-it/${encodeURIComponent(slug)}/`;
12
13
export const userGuideUrl = () =>
14
- `${microbitOrgBaseUrl}get-started/user-guide/createai/`;
+ `${microbitOrgBaseUrl}get-started/user-guide/microbit-createai/`;
15
16
export const landingPageUrl = () => `${microbitOrgBaseUrl}ai/`;
0 commit comments