Update links to match the new pattern

This commit is contained in:
Kristin Aoki
2021-07-30 15:20:01 -04:00
parent d517f94c49
commit 4baf78c79e
12 changed files with 58 additions and 37 deletions

View File

@@ -13,7 +13,7 @@ function HonorCode({ intl, courseId }) {
const siteName = getConfig().SITE_NAME;
const honorCodeUrl = `${process.env.TERMS_OF_SERVICE_URL}#honor-code`;
const handleCancel = () => history.push(`/course/${courseId}/home`);
const handleCancel = () => history.push(`/c/${courseId}/home`);
const handleAgree = () => {
dispatch(saveIntegritySignature(courseId));