How to correct the URLs of Terms of Service and Privacy in Tutor

My OpenEDX version: tutor 15.3.6.
Setting: Default

On registration page, it has 2 incorrect URLs:

By creating an account, you agree to the Terms of Service and Honor Codein a new tab and you acknowledge that MY_SITE.COM and each Member process your personal data in accordance with the Privacy Policyin a new tab.

What would be the proper and correct way to CHANGE the following 2 URLs

https://apps.MY_SITE.COM/authn/register?next=%2Fhonor#
https://apps.MY_SITE.COM/authn/register?next=%2Fhonor#)

TO
https://MY_SITE.COM/tos
https://MY_SITE.COM/privacy

?

Are there any Django admin settings that would be used to alter the URLs?