Skip to content

Commit

Permalink
Merge pull request #1165 from openedx/sundas/INF-1655
Browse files Browse the repository at this point in the history
fix: fixed url break issue
  • Loading branch information
sundasnoreen12 authored Nov 27, 2024
2 parents a9f061f + b094722 commit 4d2d520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/notification-preferences/NotificationPreferences.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4d2d520

Please sign in to comment.