diff --git a/app/views/notifications/_form.html.erb b/app/views/notifications/_form.html.erb
index 6b9bd9708..2a46998f7 100644
--- a/app/views/notifications/_form.html.erb
+++ b/app/views/notifications/_form.html.erb
@@ -22,7 +22,7 @@
<%= f.govuk_check_box :show_on_unauthenticated_pages, 1, 0, multiple: false, label: { text: "Show this notification on unauthenticated pages, for example the start page" } %>
<% end %>
- View <%= govuk_link_to "markdown syntax guide", "https://www.markdownguide.org/basic-syntax/" %>
+ View <%= govuk_link_to "markdown syntax guide at markdownguide.org", "https://www.markdownguide.org/basic-syntax/" %>
<%= f.govuk_submit "Continue" %>