From 703ab5baf74524cbbe94978f5451073cc93c2fae Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Mon, 16 Sep 2024 10:58:18 +0100 Subject: [PATCH] Tweak link to markdown guide --- app/views/notifications/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/_form.html.erb b/app/views/notifications/_form.html.erb index b65692d59..76a275234 100644 --- a/app/views/notifications/_form.html.erb +++ b/app/views/notifications/_form.html.erb @@ -26,7 +26,7 @@ <% end %> <% end %> - View <%= govuk_link_to "markdown syntax guide at markdownguide.org", "https://www.markdownguide.org/basic-syntax/" %> + <%= govuk_link_to "Find out more about using Markdown at Markdown Guide", "https://www.markdownguide.org/basic-syntax/" %> <%= f.govuk_submit "Continue" %>