Skip to content

Commit e8fe222

Browse files
committed
Redirect from old SQA spec page to new one
1 parent 3b99c5b commit e8fe222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/components/site/cs/RoutesCS.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export const RoutesCS = [
8888
<TrackedRoute key={key++} exact path="/topics/:topicName" component={Topic} />,
8989
<TrackedRoute key={key++} exact path="/exam_specifications_england" component={ExamSpecifications} />,
9090
<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" />,
9192
<TrackedRoute key={key++} exact path="/exam_specifications_scotland" component={ExamSpecifications}
9293
componentProps={{'examBoardFilter': [EXAM_BOARD.SQA], 'stageFilter': [STAGE.SCOTLAND_NATIONAL_5,
9394
STAGE.SCOTLAND_HIGHER, STAGE.SCOTLAND_ADVANCED_HIGHER]}} />,

0 commit comments

Comments
 (0)