Skip to content

Commit ac8e032

Browse files
Fix user guide link
1 parent d5b5c70 commit ac8e032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/external-links.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export const projectUrl = (slug: string) =>
1111
`${microbitOrgBaseUrl}projects/make-it-code-it/${encodeURIComponent(slug)}/`;
1212

1313
export const userGuideUrl = () =>
14-
`${microbitOrgBaseUrl}get-started/user-guide/createai/`;
14+
`${microbitOrgBaseUrl}get-started/user-guide/microbit-createai/`;
1515

1616
export const landingPageUrl = () => `${microbitOrgBaseUrl}ai/`;

0 commit comments

Comments
 (0)