Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
fix nus url
Browse files Browse the repository at this point in the history
https://sit.aces01.nus.edu.sg/ seems to be a backup
  • Loading branch information
zhuochun committed Jul 3, 2013
1 parent 6f5417b commit b9cd029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schools/sg.nus/url.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ define(function(require, exports) {

// return a valid CORS url
function corsUrl(mod) {
return "https://sit.aces01.nus.edu.sg/cors/jsp/report/ModuleDetailedInfo.jsp?" +
return "https://aces01.nus.edu.sg/cors/jsp/report/ModuleDetailedInfo.jsp?" +
"acad_y=" + mod.acadYear + "&sem_c=" + mod.semester +
"&mod_c=" + mod.modCode.toUpperCase();
}
Expand Down

0 comments on commit b9cd029

Please sign in to comment.