File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ module.exports = {
48
48
// study_level,
49
49
// school,
50
50
// campus,
51
- equivalents,
51
+ // equivalents,
52
52
raw_requirements,
53
53
exclusions,
54
54
// handbook_note,
@@ -74,7 +74,7 @@ module.exports = {
74
74
value :
75
75
raw_requirements . replace (
76
76
/ [ A - Z ] { 4 } [ 0 - 9 ] { 4 } / g,
77
- `[$&](${ handbookURL } $&)` ,
77
+ `[$&](${ handbookURL } / $&)` ,
78
78
) || "None" ,
79
79
inline : true ,
80
80
} ,
@@ -86,16 +86,16 @@ module.exports = {
86
86
{
87
87
name : "Equivalent Courses" ,
88
88
value :
89
- Object . keys ( equivalents )
90
- . map ( ( course ) => `[${ course } ](${ course } )` )
89
+ Object . keys ( exclusions )
90
+ . map ( ( course ) => `[${ course } ](${ handbookURL } / ${ course } )` )
91
91
. join ( ", " ) || "None" ,
92
92
inline : true ,
93
93
} ,
94
94
{
95
95
name : "Exclusion Courses" ,
96
96
value :
97
97
Object . keys ( exclusions )
98
- . map ( ( course ) => `[${ course } ](${ handbookURL } ${ course } )` )
98
+ . map ( ( course ) => `[${ course } ](${ handbookURL } / ${ course } )` )
99
99
. join ( ", " ) || "None" ,
100
100
inline : true ,
101
101
} ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"apiURL" : " https://circlesapi.csesoc.app" ,
3
- "handbookURL" : " https://www.handbook.unsw.edu.au/undergraduate/courses/2022/ "
3
+ "handbookURL" : " https://www.handbook.unsw.edu.au/undergraduate/courses/2024 "
4
4
}
You can’t perform that action at this time.
0 commit comments