Skip to content

Commit e10c82d

Browse files
Update .org URL to live version
1 parent 9acb3b1 commit e10c82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Homepage.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import introVideoPlaceholderImage from '../imgs/video-placeholder.png';
3838
3939
const playgroundSurveyUrl =
40-
'https://stage.microbit.org/teach/playground-survey/exploring-machine-learning';
40+
'https://microbit.org/teach/playground-survey/exploring-machine-learning/';
4141
4242
$: hasExistingSession = $gestures.some(g => g.name || g.recordings.length);
4343
let showDataLossWarning = false;

0 commit comments

Comments
 (0)