File tree 1 file changed +1
-0
lines changed
src/app/components/site/cs 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ export const RoutesCS = [
88
88
< TrackedRoute key = { key ++ } exact path = "/topics/:topicName" component = { Topic } /> ,
89
89
< TrackedRoute key = { key ++ } exact path = "/exam_specifications_england" component = { ExamSpecifications } /> ,
90
90
< TrackedRoute key = { key ++ } exact path = "/exam_specifications_wales" component = { ExamSpecifications } componentProps = { { 'examBoardFilter' : [ EXAM_BOARD . WJEC ] } } /> ,
91
+ < Redirect key = { key ++ } from = "/concepts/sqa_computing_science" to = "/exam_specifications_scotland" /> ,
91
92
< TrackedRoute key = { key ++ } exact path = "/exam_specifications_scotland" component = { ExamSpecifications }
92
93
componentProps = { { 'examBoardFilter' : [ EXAM_BOARD . SQA ] , 'stageFilter' : [ STAGE . SCOTLAND_NATIONAL_5 ,
93
94
STAGE . SCOTLAND_HIGHER , STAGE . SCOTLAND_ADVANCED_HIGHER ] } } /> ,
You can’t perform that action at this time.
0 commit comments