Skip to content

Commit

Permalink
fix: fixed url break issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sundasnoreen12 committed Nov 26, 2024
1 parent a9f061f commit b094722
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 b094722

Please sign in to comment.