Merge pull request #1165 from openedx/sundas/INF-1655

fix: fixed url break issue
This commit is contained in:
sundasnoreen12
2024-11-27 14:38:48 +05:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ const NotificationPreferences = () => {
<div className="mb-6 text-gray-700 font-size-14 margin-bottom-32">
{intl.formatMessage(messages.notificationPreferenceGuideBody)}
<Hyperlink
destination="https://edx.readthedocs.io/projects/open-edx-learner-guide/en/latest/sfd_notifications/managing_notifications.html"
destination="https://edx.readthedocs.io/projects/open-edx-learner-guide/en/latest/sfd_notifications/index.html"
target="_blank"
rel="noopener noreferrer"
className="text-decoration-underline ml-1"