Skip to content

Commit a95dbc1

Browse files
committed
Update course settings
1 parent 65ef271 commit a95dbc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

course-settings.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
const courseSettings = {
22
language: "en",
3-
name: "Python Programming MOOC 2025",
4-
siteUrl: "https://programming-25.mooc.fi",
5-
githubUrl: "https://github.com/rage/programming-25",
3+
name: "Python Programming MOOC 2026",
4+
siteUrl: "https://programming-26.mooc.fi",
5+
githubUrl: "https://github.com/rage/programming-26",
66
subtitle: "Python Programming MOOC",
7-
slug: "programming-25",
7+
slug: "programming-26",
88
organizationName: "MOOC",
9-
tmcCourse: "programming-25",
10-
quizzesId: "e0625f9b-626a-4941-afda-6c6e1b577045",
9+
tmcCourse: "programming-26",
10+
quizzesId: "cd4f8cae-9751-456c-bf06-9fd0285d8525",
1111
tmcOrganization: "mooc",
1212
bannerPath: "banner.svg",
1313
showExerciseDescriptionWhenNotLoggedIn: true,

0 commit comments

Comments
 (0)