Skip to content

Commit

Permalink
updated search link to include course name rather than subject and cl…
Browse files Browse the repository at this point in the history
…assid
  • Loading branch information
denniwang committed Oct 3, 2024
1 parent 8fb5750 commit d147041
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,6 @@ export function getSearchLink(
sznInt = 1;
}
return `https://searchneu.com/NEU/${catalogYear}${sznInt}${0}/search/${
course.subject
}${course.classId}`;
course.name
}`;
}

0 comments on commit d147041

Please sign in to comment.