fix broken link

This commit is contained in:
techtolentino 2022-08-02 09:41:50 -07:00
parent 0bf2c02d5d
commit b959c5d356
1 changed files with 2 additions and 2 deletions

View File

@ -113,9 +113,9 @@ const QML_COURSE: MegaDropdownMenuGroup = {
content: [
{
label: 'Introduction',
url: `${baseUrl}${pathQuantumMachineLearning}/machine-learning`,
url: `${baseUrl}${pathQuantumMachineLearning}/introduction`,
segment: {
cta: 'machine-learning', location: sectionQMLCourse
cta: 'introduction', location: sectionQMLCourse
}
},
{